UNPKG

1 kBJSONView Raw
1{
2 "name": "@talentui/cli",
3 "version": "1.1.2",
4 "description": "",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1",
8 "talent": "node ./bin/talent",
9 "talent-init": "node ./bin/talent-init demo ",
10 "vue": "node ./vue-cli/bin/vue-init afd"
11 },
12 "author": "",
13 "license": "ISC",
14 "bin": {
15 "talent": "bin/talent",
16 "talent-init": "bin/talent-init"
17 },
18 "dependencies": {
19 "async": "^2.4.0",
20 "chalk": "^2.1.0",
21 "commander": "^2.9.0",
22 "consolidate": "^0.14.0",
23 "download-git-repo": "^1.0.1",
24 "handlebars": "^4.0.5",
25 "inquirer": "^3.3.0",
26 "metalsmith": "^2.1.0",
27 "minimatch": "^3.0.0",
28 "multimatch": "^2.1.0",
29 "ora": "^1.3.0",
30 "read-metadata": "^1.0.0",
31 "request": "^2.67.0",
32 "rimraf": "^2.5.0",
33 "semver": "^5.1.0",
34 "tildify": "^1.2.0",
35 "uid": "0.0.2",
36 "user-home": "^2.0.0",
37 "validate-npm-package-name": "^3.0.0"
38 },
39 "engines": {
40 "node": ">=6.0.0"
41 }
42}