-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.22 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
{
"name": "ci-test-lerna",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/collab-ui/ci-test-lerna.git"
},
"scripts": {
"bootstrap": "lerna bootstrap && lerna link",
"bootstrap:clean": "run-s clean bootstrap",
"clean": "rimraf node_modules/ **/node_modules/",
"commit": "npx git-cz",
"prepublishOnly": "yarn build:lib",
"postPublish": "node ../tools/postpublish.js",
"publishRSS": "node ./tools/publishRSS.js",
"release": "./tools/release.sh"
},
"devDependencies": {
"@semantic-release/changelog": "^3.0.4",
"@semantic-release/exec": "^3.3.6",
"@semantic-release/git": "^7.0.16",
"fs-extra": "^8.1.0",
"git-url-parse": "^11.1.2",
"lerna": "^3.16.4",
"node-fetch": "^2.6.0",
"npm-run-all": "^4.1.5",
"parser": "^0.1.4",
"remark-parse": "^7.0.1",
"rimraf": "^3.0.0",
"semantic-release": "15.13.24",
"semantic-release-monorepo": "^6.1.1",
"unified": "^8.3.2",
"webex": "^1.80.2",
"xml2json": "^0.11.2",
"yargs": "^14.0.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"aws-sdk": "^2.528.0",
"lodash": "^4.17.15"
}
}