-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 960 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
{
"name": "node",
"version": "1.0.0",
"description": "this is node repository",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "cross-env NODE_ENV=production node app/index.js",
"dev": "nodemon app/index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/zhangboyang123/node.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/zhangboyang123/node/issues"
},
"homepage": "https://github.com/zhangboyang123/node",
"dependencies": {
"jsonwebtoken": "^8.5.1",
"koa": "^2.8.1",
"koa-body": "^4.1.1",
"koa-bodyparser": "^4.2.1",
"koa-json-error": "^3.1.2",
"koa-jwt": "^3.6.0",
"koa-parameter": "^3.0.1",
"koa-router": "^7.4.0",
"koa-static": "^5.0.0",
"moment": "^2.24.0",
"mongoose": "^5.7.1"
},
"devDependencies": {
"cross-env": "^6.0.3",
"nodemon": "^1.19.2"
}
}