23 lines
428 B
JSON
23 lines
428 B
JSON
{
|
|
"name": "server",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"license": "ISC",
|
|
"author": "",
|
|
"type": "commonjs",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"watch": "nodemon dist/index.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"dependencies": {
|
|
"@koa/router": "^14.0.0",
|
|
"koa": "^3.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/koa": "^3.0.0",
|
|
"@types/koa__router": "^12.0.4",
|
|
"nodemon": "^3.1.10"
|
|
}
|
|
}
|