-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1016 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
40
41
42
43
44
45
46
{
"name": "cli-badges",
"version": "1.5.2",
"description": "Quirky little node-js library for generating badges for your cli apps.",
"main": "index.js",
"scripts": {
"test": "jest",
"add-badges": "istanbul-badges-readme",
"changelog": "standard-version"
},
"files": [
"index.js",
"themes.js",
"util.js",
"README.md",
"images"
],
"dependencies": {
"cli-color": "^2.0.0",
"terminal-link": "^2.1.1"
},
"devDependencies": {
"istanbul-badges-readme": "^1.4.0",
"jest": "^26.6.3",
"standard-version": "^9.3.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nombrekeff/cli-badges.git"
},
"keywords": [
"cli",
"badges",
"cli-badges",
"terminal",
"terminal-badges",
"console",
"console-badges"
],
"author": "nombrekeff",
"license": "MIT",
"bugs": {
"url": "https://github.com/nombrekeff/cli-badges/issues"
},
"homepage": "https://github.com/nombrekeff/cli-badges#readme"
}