-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.39 KB
/
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
42
43
44
45
46
47
48
49
50
{
"name": "maopu",
"version": "0.2.0",
"description": "maopu serve side",
"main": "dist/server.js",
"scripts": {
"test": "jest --forceExit --verbose",
"lint": "eslint src --ext .ts,.tsx",
"dev": "cross-env ./node_modules/.bin/nodemon --watch 'src/' -e ts --exec './node_modules/.bin/ts-node' ./src/server.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"jsonwebtoken": "^8.5.1",
"koa": "^2.11.0",
"koa-bodyparser": "^4.2.1",
"koa-passport": "^4.1.3",
"koa-router": "^8.0.6",
"log4js": "^6.1.1",
"moment": "^2.24.0",
"mongoose": "^5.8.10",
"passport-jwt": "^4.0.0",
"qiniu": "^7.3.0"
},
"devDependencies": {
"@types/jest": "^25.1.2",
"@types/jsonwebtoken": "^8.3.7",
"@types/koa": "^2.11.0",
"@types/koa-bodyparser": "^4.3.0",
"@types/koa-passport": "^4.0.2",
"@types/koa-router": "^7.4.0",
"@types/mongoose": "^5.7.0",
"@types/node": "^13.5.3",
"@types/passport-jwt": "^3.0.3",
"@types/supertest": "^2.0.8",
"@typescript-eslint/eslint-plugin": "^2.18.0",
"@typescript-eslint/parser": "^2.18.0",
"cross-env": "^7.0.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"jest": "^25.1.0",
"nodemon": "^2.0.2",
"prettier": "^1.19.1",
"supertest": "^4.0.2",
"ts-jest": "^25.2.0",
"ts-node": "^8.6.2",
"typescript": "^3.7.5"
}
}