-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 936 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
{
"name": "coveralls-teste",
"version": "1.0.17",
"description": "",
"main": "index.js",
"scripts": {
"linter": "node_modules/.bin/eslint .",
"sonar-local": "scripts/sonar.local",
"sonar": "scripts/sonar",
"test": "scripts/test",
"changelog": "scripts/changelog-generator",
"github-release": "scripts/chandler",
"precoveralls": "scripts/test",
"coveralls": "scripts/coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pedroarapua/coveralls-teste.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/pedroarapua/coveralls-teste/issues"
},
"homepage": "https://github.com/pedroarapua/coveralls-teste#readme",
"devDependencies": {
"coveralls": "^3.0.0",
"eslint": "^4.19.1",
"istanbul": "^0.4.5",
"mocha": "^5.1.1",
"nyc": "^11.7.1"
},
"engines": {
"node": ">=8.9",
"npm": ">=5.6"
}
}