forked from tlvince/make-coverage-badge
-
Notifications
You must be signed in to change notification settings - Fork 174
/
package.json
48 lines (48 loc) · 1.16 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
{
"name": "jest-coverage-badges",
"version": "1.1.3",
"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",
"scripts": {
"lint": "eslint --fix -- ."
},
"dependencies": {
"mkdirp": "0.5.1"
},
"devDependencies": {
"eslint": "5.11.0",
"eslint-config-airbnb": "17.1.0",
"eslint-config-quintoandar-base": "1.0.1",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-jsx-a11y": "6.1.2",
"eslint-plugin-react": "7.11.1",
"husky": "0.13.3",
"semantic-release": "^6.3.6",
"standard": "10.0.2",
"validate-commit-msg": "2.12.1"
},
"files": [
"cli.js"
],
"license": "MIT"
}