-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
43 lines (43 loc) · 956 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
34
35
36
37
38
39
40
41
42
43
{
"name": "oss-cnpm",
"version": "5.0.1",
"description": "oss api wrapper for cnpmjs.org nfs",
"keywords": [
"oss",
"cnpm"
],
"author": "dead_horse <[email protected]>",
"repository": {
"type": "git",
"url": "git://github.com/cnpm/oss-cnpm.git"
},
"bugs": {
"url": "https://github.com/cnpm/oss-cnpm/issues"
},
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"lint": "eslint . --ext .js",
"lint:fix": "eslint . --ext .js --fix",
"test": "npm run lint:fix && npm run test-local",
"test-local": "egg-bin test",
"ci": "npm run lint && egg-bin cov",
"contributor": "git-contributor"
},
"dependencies": {
"oss-client": "^2.0.1"
},
"devDependencies": {
"egg-bin": "^6.5.2",
"eslint": "^8.26.0",
"eslint-config-egg": "^13.0.0",
"git-contributor": "^2.1.5",
"urllib": "^3.3.1"
},
"engines": {
"node": ">= 16.0.0"
},
"license": "MIT"
}