-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.29 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
52
53
{
"name": "qcloud-image-sdk",
"version": "1.1.9",
"description": "qcloud image sdk for nodejs",
"keywords": [
"image",
"qcloud",
"sdk",
"nodejs"
],
"author": "Yanbin Zhu <[email protected]>",
"license": "MIT",
"main": "./index.js",
"scripts": {
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"coverage": "nyc report --reporter=html",
"test": "nyc --cache mocha ./test/*.js",
"lint": "eslint . --fix && npm run test && npm run coverage",
"test-coverage": "npm run test && npm run coverage",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"dependencies": {
"cos-nodejs-sdk-v5": "2.3.0",
"request": "2.83.0",
"request-promise": "4.2.2",
"snyk": "^1.189.0"
},
"engines": {
"node": ">= 4.0.0"
},
"devDependencies": {
"coveralls": "3.0.0",
"eslint": "4.18.2",
"mocha": "5.0.4",
"muk": "0.5.3",
"nock": "9.2.3",
"nyc": "11.4.1"
},
"repository": {
"type": "git",
"url": "[email protected]:flavorzyb/qcloud-image-sdk.git"
},
"bugs": {
"url": "https://github.com/flavorzyb/qcloud-image-sdk/issues"
},
"homepage": "https://github.com/flavorzyb/qcloud-image-sdk",
"directories": {
"example": "examples",
"test": "test"
},
"snyk": true
}