forked from pamepeixinho/jest-coverage-badges
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 884 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": "jest-coverage-badges",
"version": "1.0.0",
"description": "Create a group of coverage badges from jest",
"main": "cli.js",
"bin": "cli.js",
"repository": {
"type": "git",
"url": "https://github.com/pamepeixinho/jest-coverage-badges.git"
},
"keywords": [
"coverage",
"badge",
"jest",
"istanbul"
],
"author": "Pamela Peixinho <[email protected]> (https://pamepeixinho.github.io)",
"engines": {
"node": ">=6.11",
"npm": ">=5.3"
},
"bugs": {
"url": "https://github.com/pamepeixinho/jest-coverage-badge/issues"
},
"homepage": "https://github.com/pamepeixinho/jest-coverage-badge#readme",
"dependencies": {},
"devDependencies": {
"husky": "0.13.3",
"standard": "10.0.2",
"validate-commit-msg": "2.12.1",
"semantic-release": "^6.3.6"
},
"files": [
"cli.js"
],
"license": "MIT"
}