forked from HPInc/davinci
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.16 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
{
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Oneflow/davinci.git"
},
"scripts": {
"postinstall": "npm run bootstrap",
"build": "lerna run build",
"test": "lerna run test",
"bootstrap": "lerna bootstrap",
"bump": "lerna publish",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs --debug",
"semantic-release": "lerna version --conventional-commits --github-release -y && lerna publish from-package -y"
},
"devDependencies": {
"@types/bluebird": "3.5.25",
"@types/express": "4.16.1",
"@types/lodash": "4.14.120",
"@types/mocha": "5.2.5",
"@types/mongoose": "5.3.25",
"@types/node": "11.13.8",
"@types/sinon": "7.0.11",
"@typescript-eslint/eslint-plugin": "2.7.0",
"@typescript-eslint/parser": "2.7.0",
"@vuepress/plugin-pwa": "1.2.0",
"eslint": "6.6.0",
"eslint-config-airbnb-base": "14.0.0",
"eslint-config-prettier": "6.6.0",
"eslint-plugin-import": "2.18.2",
"lerna": "^3.13.4",
"mocha": "5.2.0",
"mongoose": "5.7.5",
"nyc": "14.0.0",
"should": "^13.2.3",
"sinon": "4.5.0",
"ts-node": "8.0.3",
"tslib": "^1.9.3",
"typescript": "^3.7.5",
"vuepress": "1.2.0"
}
}