-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 925 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
{
"name": "covergates",
"version": "0.2.1",
"description": "Covergates tools for NodeJS",
"main": "binary.js",
"bin": "./run.js",
"scripts": {
"postinstall": "node ./install.js",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/covergates/covergates-node.git"
},
"keywords": [
"covergates",
"coverage"
],
"author": "Benno Lin",
"license": "MIT",
"bugs": {
"url": "https://github.com/covergates/covergates-node/issues"
},
"homepage": "https://github.com/covergates/covergates-node#readme",
"devDependencies": {
"@types/jest": "^26.0.10",
"eslint": "^7.7.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"jest": "^26.4.2"
},
"dependencies": {
"axios": "^0.20.0",
"progress": "^2.0.3",
"rimraf": "^3.0.2",
"tar": "^6.0.5"
}
}