UNPKG

969 BJSONView Raw
1{
2 "name": "@digitalspaces/cli",
3 "version": "2.0.6",
4 "main": "lib/run",
5 "repository": "https://github.com/MyDigitalSpaces/cli.git",
6 "author": "DigitalSpaces.app @MyDigitalSpaces",
7 "license": "AGPL-3.0",
8 "private": false,
9 "dependencies": {
10 "@digitalspaces/blueprint-utils": "^1.2.4",
11 "@digitalspaces/utils": "^1.1.22",
12 "chalk": "^2.4.2",
13 "clean-stack": "^2.1.0",
14 "debug": "^4.1.1",
15 "fs-extra": "^8.1.0",
16 "indent-string": "^4.0.0",
17 "inquirer": "^6.5.0",
18 "lodash": "^4.17.15",
19 "ora": "^3.4.0",
20 "superagent": "^5.1.0",
21 "wrap-ansi": "^6.0.0"
22 },
23 "devDependencies": {
24 "chai": "^4.2.0",
25 "fancy-test": "^1.4.3",
26 "mocha": "^6.2.0",
27 "pegjs": "^0.10.0"
28 },
29 "bin": {
30 "ds": "./run"
31 },
32 "scripts": {
33 "genparse": "pegjs -o lib/utils/parse.js lib/utils/command.peg",
34 "//#!!!!!!!prepublishOnly": "yarn genparse && yarn test",
35 "test": "mocha -b $(find test -name 'test-*.js')"
36 }
37}