-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 833 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
{
"name": "koa-admin-template",
"version": "1.0.0",
"description": "koa2-template",
"main": "index.js",
"scripts": {
"test": "mocha test/*.test.js",
"start": "nodemon ./index.js"
},
"repository": {
"type": "git",
"url": "koa-admin-template"
},
"author": "cd",
"license": "ISC",
"dependencies": {
"config": "^3.3.1",
"consola": "^2.11.3",
"crypto": "^1.0.1",
"glob": "^7.1.6",
"jsonwebtoken": "^8.5.1",
"koa": "^2.11.0",
"koa-bodyparser": "^4.3.0",
"koa-bunyan-logger": "^2.1.0",
"koa-router": "^8.0.8",
"koa-session": "^5.13.1",
"koa-static": "^5.0.0",
"koa2-cors": "^2.0.6",
"mongoose": "^5.9.6",
"mongoose-auto-increment": "^5.0.1"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^7.1.1",
"supertest": "^4.0.2"
}
}