-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 926 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
{
"name": "root",
"private": true,
"devDependencies": {
"@types/mocha": "^2.2.40",
"@types/node": "^7.0.12",
"@types/nodemailer": "^6.4.0",
"@types/pug": "^2.0.4",
"@types/sharp": "^0.26.0",
"@types/supertest": "^2.0.0",
"autod": "^3.0.1",
"autod-egg": "^1.1.0",
"babel-eslint": "^8.0.2",
"egg-bin": "^4.15.0",
"egg-ci": "^1.8.0",
"egg-mock": "^3.16.0",
"eslint": "^6.7.2",
"eslint-config-egg": "^8.0.0",
"jsonwebtoken": "^8.5.1",
"lerna": "^3.22.1",
"lodash": "^4.17.10",
"tslib": "^1.9.0",
"typescript": "^3.0.0"
},
"scripts": {
"publish": "lerna publish --skip-git"
},
"dependencies": {
"@serializedowen/core": "file:packages/core",
"@serializedowen/egg-shell-decorator": "file:packages/egg-shell-decorators",
"@serializedowen/enums": "file:packages/enums",
"config-storage": "file:packages/config-storage"
}
}