UNPKG

741 BJSONView Raw
1{
2 "author": {
3 "name": "liqiang0335@qq.com"
4 },
5 "bin": {
6 "ynw": "./index.js"
7 },
8 "bugs": {
9 "url": "https://github.com/liqiang0335/ynw-cli/issues"
10 },
11 "dependencies": {
12 "axios": "^0.18.0",
13 "colors": "^1.3.3",
14 "download-git-repo": "^1.1.0",
15 "inquirer": "^6.2.0",
16 "ora": "^3.0.0"
17 },
18 "deprecated": false,
19 "description": "CLI for VUE & REACT",
20 "homepage": "https://github.com/liqiang0335/ynw-cli#readme",
21 "keywords": [
22 "ynw-cli",
23 "ynw"
24 ],
25 "license": "ISC",
26 "main": "index.js",
27 "name": "ynw-cli",
28 "repository": {
29 "type": "git",
30 "url": "git+https://github.com/liqiang0335/ynw-cli.git"
31 },
32 "scripts": {
33 "beta": "npm publish --tag=beta"
34 },
35 "version": "2.2.0"
36}