实验8
This commit is contained in:
20
nodejs/nodeExperiment8/package.json
Normal file
20
nodejs/nodeExperiment8/package.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "nodeexperiment8",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"type": "commonjs",
|
||||
"dependencies": {
|
||||
"koa": "^3.1.1",
|
||||
"koa-bodyparser": "^4.4.1",
|
||||
"koa-router": "^14.0.0",
|
||||
"koa-static": "^5.0.0",
|
||||
"mysql2": "^3.15.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user