-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 987 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "koa-mysql-demo",
"version": "1.0.0",
"description": "study koa",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon ./src/app",
"debug": "nodemon --inspect-brk ./src/app"
},
"nodemonConfig": {
"watch": [
"src/*"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/SkyblueWZZQ/koa-mysql-demo.git"
},
"author": "wenjie.xu",
"license": "ISC",
"bugs": {
"url": "https://github.com/SkyblueWZZQ/koa-mysql-demo/issues"
},
"homepage": "https://github.com/SkyblueWZZQ/koa-mysql-demo#readme",
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"fs": "0.0.1-security",
"http": "0.0.0",
"https": "^1.0.0",
"koa": "^2.5.0",
"koa-bodyparser": "^4.2.0",
"koa-router": "^7.4.0"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"eslint": "^6.2.2",
"eslint-plugin-react": "^7.14.3",
"nodemon": "^1.19.2"
}
}