forked from rishichawda/markdown-magic-build-badge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.04 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
{
"name": "markdown-magic-branch-badge",
"version": "1.1.1",
"description": "A plugin to keep badges updated with branch.",
"main": "./lib/index.js",
"scripts": {
"build": "rm -rf lib && tsc -p .",
"prepublish": "cd example && rm -rf node_modules && yarn && yarn update-docs"
},
"repository": {
"url": "https://github.com/rishichawda/markdown-magic-build-badge.git"
},
"bin": {
"markdown-badge": "./lib/cli.js"
},
"keywords": [
"badge",
"plugin",
"travis",
"circleci",
"readme",
"git",
"repository"
],
"author": "rishichawda",
"license": "MIT",
"devDependencies": {
"@types/figlet": "^1.2.0",
"@types/glob": "^7.1.1",
"@types/meow": "^5.0.0",
"@types/node": "^12.0.12",
"@types/shelljs": "^0.8.5",
"@types/update-notifier": "^2.5.0",
"markdown-magic": "0.1.25",
"typescript": "^3.5.2"
},
"dependencies": {
"chalk": "2.4.2",
"figlet": "^1.2.3",
"glob": "7.1.3",
"meow": "5.0.0",
"shelljs": "0.8.3",
"update-notifier": "2.5.0"
}
}