-
Notifications
You must be signed in to change notification settings - Fork 74
/
Copy pathpackage.json
33 lines (33 loc) · 1001 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
{
"name": "nacos",
"version": "1.0.0",
"description": "nacos (https://nacos.io/en-us/) nodejs sdk",
"scripts": {
"contributors": "contributors -f plain -o AUTHORS",
"clean": "lerna clean --yes; rm -rf ./packages/**/package-lock.json",
"bootstrap": "rm -f ./packages/.DS*; lerna bootstrap --no-ci",
"release": "rm -f ./packages/.DS*; sh scripts/publish.sh",
"next": "sh scripts/publish.sh --npm-tag next",
"test": "lerna run test",
"cov": "sh scripts/cov.sh",
"ci": "npm run cov",
"build": "lerna run build && cp ./README.md ./packages/nacos/README.md"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/nacos-group/nacos-sdk-nodejs/issues"
},
"homepage": "https://github.com/nacos-group/nacos-sdk-nodejs#readme",
"engines": {
"node": ">= 8.0.0"
},
"ci": {
"type": "travis",
"version": "8, 10"
},
"devDependencies": {
"contributors": "^0.5.1",
"lerna": "^3.4.3",
"lerna-relinker": "^1.5.0"
}
}