-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 806 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
{
"name": "vuepress-article-cli",
"version": "1.0.3",
"description": "Create an article in vuepress's blog mode",
"repository": {
"type": "git",
"url": "git+https://github.com/vxhly/vuepress-article-cli.git"
},
"bin": {
"va-cli": "./bin/va-cli.js"
},
"keywords": [
"vuepress",
"cli",
"article"
],
"author": "vxhly <pengchengou@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/vxhly/vuepress-article-cli/issues"
},
"homepage": "https://github.com/vxhly/vuepress-article-cli#readme",
"devDependencies": {
"eslint": "^7.28.0"
},
"dependencies": {
"chalk": "^4.1.1",
"commander": "^7.2.0",
"figlet": "^1.5.0",
"find": "^0.3.0",
"inquirer": "^8.1.0",
"moment": "^2.29.1",
"pinyin": "^2.10.2"
}
}