1 | {
|
2 | "name": "2dfire-cli",
|
3 | "version": "1.9.8",
|
4 | "description": "cli",
|
5 | "author": "danfan",
|
6 | "main": "index.js",
|
7 | "license": "MIT",
|
8 | "bin": {
|
9 | "fire": "bin/index.js"
|
10 | },
|
11 | "files": [
|
12 | "bin",
|
13 | "command",
|
14 | "example",
|
15 | "utils"
|
16 | ],
|
17 | "preferGlobal": true,
|
18 | "dependencies": {
|
19 | "chalk": "^2.4.1",
|
20 | "cli-spinner": "^0.2.8",
|
21 | "commander": "^2.15.1",
|
22 | "execa": "^0.10.0",
|
23 | "fs-extra": "^6.0.1",
|
24 | "glob": "^7.1.2",
|
25 | "inquirer": "^6.0.0",
|
26 | "opn": "^5.3.0"
|
27 | }
|
28 | }
|