-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (48 loc) · 1.15 KB
/
package.json
File metadata and controls
49 lines (48 loc) · 1.15 KB
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
47
48
49
{
"name": "nacos",
"version": "0.0.0",
"description": "nacos (https://nacos.io/en-us/) nodejs sdk",
"main": "index.js",
"scripts": {
"autod": "autod",
"lint": "eslint . --ext .js",
"cov": "TEST_TIMEOUT=20000 egg-bin cov",
"test": "npm run lint && npm run test-local",
"test-local": "egg-bin test",
"pkgfiles": "egg-bin pkgfiles --check",
"ci": "npm run autod -- --check && npm run pkgfiles && npm run lint && npm run cov",
"contributors": "contributors -f plain -o AUTHORS"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ali-sdk/nacos.git"
},
"keywords": [
"nacos",
"cloud",
"native",
"eggjs"
],
"author": "gxcsoccer <gxcsoccer@126.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ali-sdk/nacos/issues"
},
"homepage": "https://github.com/ali-sdk/nacos#readme",
"engines": {
"node": ">= 8.0.0"
},
"ci": {
"type": "travis",
"version": "8, 10"
},
"dependencies": {
},
"devDependencies": {
"autod": "^3.0.1",
"contributors": "^0.5.1",
"egg-bin": "^4.9.0",
"eslint": "^5.8.0",
"eslint-config-egg": "^7.1.0"
}
}