23 lines
472 B
JSON
23 lines
472 B
JSON
{
|
|
"name": "js-review",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"description": "一个有关前端复习的仓库",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"server": "nodemon ./server/index.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"koa": "^2.15.3",
|
|
"koa-body": "^6.0.1",
|
|
"koa-router": "^12.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^3.1.0"
|
|
}
|
|
}
|