-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
43 lines (43 loc) · 1.3 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/HPInc/davinci.git"
},
"scripts": {
"postinstall": "npm run bootstrap",
"build": "lerna run build --ignore '@davinci/example*'",
"test": "lerna run test --ignore '@davinci/example*' --concurrency 1",
"cover": "lerna run cover --ignore '@davinci/example*' --concurrency 1",
"bootstrap": "lerna bootstrap --ignore '@davinci/example*'",
"semantic-release": "lerna version --conventional-commits --create-release github -y && lerna publish from-package -y"
},
"devDependencies": {
"@types/bluebird": "3.5.25",
"@types/chai": "4.3.0",
"@types/chai-as-promised": "7.1.5",
"@types/chai-subset": "^1.3.3",
"@types/express": "4.16.1",
"@types/mocha": "^10.0.1",
"@types/node": "11.13.8",
"@types/sinon": "7.0.11",
"@typescript-eslint/eslint-plugin": "^4.28.1",
"@typescript-eslint/parser": "^4.28.1",
"chai": "4.3.6",
"chai-as-promised": "7.1.1",
"chai-subset": "^1.6.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": "^4.0.0",
"mocha": "^10.1.0",
"nyc": "^15.1.0",
"prettier": "2.6.0",
"sinon": "4.5.0",
"ts-lib": "^0.0.5",
"ts-node": "^10.0.0",
"tslib": "^2.3.0",
"typescript": "^4.9.3"
}
}