-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.3 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
49
50
51
52
53
54
{
"name": "@vuepress-reco/theme-cli",
"version": "1.0.8",
"description": "A cli for vuepress-theme-reco",
"scripts": {
"build": "tsc ./src/*.ts --outDir ./bin/",
"eslint": "eslint src --ext .ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"theme-cli": "./bin/reco-build.js"
},
"files": [
"bin/"
],
"repository": {
"type": "git",
"url": "git+https://github.com/recoluan/vuepress-theme-reco.git"
},
"keywords": [
"vuepress",
"vue",
"theme",
"reco",
"cli"
],
"author": "reco_luan",
"license": "MIT",
"bugs": {
"url": "https://github.com/recoluan/vuepress-theme-reco-cli/issues"
},
"homepage": "https://vuepress-theme-reco.recoluan.com",
"dependencies": {
"chalk": "^2.4.2",
"commander": "^2.20.0",
"download-git-repo": "^1.1.0",
"inquirer": "^6.3.1",
"ora": "^3.4.0"
},
"devDependencies": {
"@types/events": "^3.0.0",
"@types/glob": "^7.1.1",
"@types/json-schema": "^7.0.3",
"@types/minimatch": "^3.0.3",
"@types/node": "^12.11.7",
"@types/unist": "^2.0.3",
"@types/vfile": "^3.0.2",
"@types/vfile-message": "^1.0.1",
"@typescript-eslint/parser": "^2.5.0",
"eslint": "^6.6.0",
"eslint-plugin-typescript": "^0.14.0",
"typescript": "^3.6.3"
}
}