-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
51 lines (51 loc) · 1.16 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
47
48
49
50
51
{
"author": "gucong3000",
"bin": {
"mirror-config-china": "lib/cli.js"
},
"bugs": {
"url": "https://github.com/gucong3000/mirror-config-china/issues"
},
"dependencies": {
"is-elevated": "^4.0.0"
},
"description": "Mirrors in China about node.js",
"devDependencies": {
"chai": "^4.3.7",
"codecov": "^3.8.2",
"eslint": "^8.41.0",
"eslint-config-standard": "^17.0.0",
"mocha": "^10.2.0",
"nyc": "^15.1.0"
},
"homepage": "https://github.com/gucong3000/mirror-config-china#readme",
"keywords": [
"node",
"mirros",
"china",
"config"
],
"license": "MIT",
"main": "./index.js",
"name": "mirror-config-china",
"nyc": {
"reporter": [
"lcov",
"text-summary"
],
"cache": true
},
"repository": {
"type": "git",
"url": "git+https://github.com/gucong3000/mirror-config-china.git"
},
"scripts": {
"install": "node lib/install.js",
"pretest": "eslint lib test *.js",
"report-coverage": "codecov",
"nyc-install-test": "nyc npm run install-test",
"install-test": "npm run install && npm test",
"test": "mocha --no-timeouts"
},
"version": "2.6.0"
}