29 lines
779 B
JSON
29 lines
779 B
JSON
{
|
|
"name": "poros-demo-server",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "server.ts",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"server": "node --loader ts-node/esm --experimental-specifier-resolution=node server.ts"
|
|
},
|
|
"keywords": [],
|
|
"author": "sometimes & re",
|
|
"type": "module",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"axios": "0.26.1",
|
|
"http": "0.0.1-security",
|
|
"https": "1.0.0",
|
|
"koa": "2.13.4",
|
|
"koa-bodyparser": "4.3.0",
|
|
"koa-logger": "3.2.1",
|
|
"koa-router": "10.1.1",
|
|
"koa2-cors": "2.0.6",
|
|
"ts-node": "10.8.0",
|
|
"tslib": "2.3.1",
|
|
"typescript": "4.6.3",
|
|
"@types/node": "17.0.25"
|
|
}
|
|
}
|