UNPKG

1.16 kBJSONView Raw
1{
2 "name": "61tpl-cli",
3 "version": "1.1.0",
4 "description": "一套快速生成react.js、vue.js、electron、typescript 项目的脚手架",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "bin": {
10 "61tpl": "bin/61tpl",
11 "61tpl-init": "bin/61tpl-init"
12 },
13 "repository": {
14 "type": "git",
15 "url": "git+http://gitlab.61info.com:8190/61tech-live-fe/61tpl-cli.git"
16 },
17 "author": "lien",
18 "license": "ISC",
19 "bugs": {
20 "url": "https://github.com/LienJack/alice-cli/issues"
21 },
22 "dependencies": {
23 "chalk": "^2.4.2",
24 "commander": "^2.20.0",
25 "download-git-repo": "^1.1.0",
26 "ejs": "^2.6.2",
27 "git-clone": "^0.1.0",
28 "glob": "^7.1.4",
29 "handlebars": "^4.1.2",
30 "inquirer": "^6.4.1",
31 "latest-version": "^5.1.0",
32 "log-symbols": "^3.0.0",
33 "metalsmith": "^2.3.0",
34 "minimatch": "^3.0.4",
35 "ora": "^3.4.0",
36 "rimraf": "^2.6.3",
37 "wrap-ansi": "^6.0.0"
38 },
39 "homepage": "https://github.com/LienJack/alice-cli#readme",
40 "devDependencies": {},
41 "keywords": [
42 "cli",
43 "构建工具"
44 ]
45}