-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
41 lines (41 loc) · 1 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
{
"version": "0.26.4",
"scripts": {
"postinstall": "patch-package",
"prepare": "yarn build",
"build": "yarn workspace shipjs-lib build",
"lint": "lerna run lint --stream",
"test": "lerna run test --stream",
"test:ci": "lerna run test --stream -- --maxWorkers=1",
"tw1": "yarn workspace shipjs-lib test:watch",
"tw2": "yarn workspace shipjs test:watch",
"web": "yarn workspace website dev",
"bootstrap": "./packages/shipjs-lib/tests/bootstrap.sh",
"release": "shipjs prepare",
"contributors:add": "all-contributors add"
},
"engines": {
"node": ">=8.16.0"
},
"author": {
"name": "Algolia",
"url": "https://www.algolia.com"
},
"license": "MIT",
"private": true,
"workspaces": {
"packages": [
"packages/*",
"website"
]
},
"name": "shipjs",
"devDependencies": {
"all-contributors-cli": "6.15.0",
"lerna": "3.22.0"
},
"dependencies": {
"patch-package": "^6.2.2",
"postinstall-postinstall": "^2.1.0"
}
}