UNPKG

1.03 kBJSONView Raw
1{
2 "name": "@digitalspaces/cli",
3 "version": "1.3.4",
4 "description": "",
5 "main": "main.js",
6 "scripts": {
7 "prepare": "patch-package",
8 "test": "mocha --reporter min test/test-ds.js"
9 },
10 "dependencies": {
11 "@digitalspaces/blueprint-utils": "^1.2.2",
12 "@digitalspaces/utils": "^1.1.18",
13 "commander": "^2.20.0",
14 "dockerode": "^2.5.8",
15 "fs-extra": "^7.0.0",
16 "inquirer": "^6.3.1",
17 "lodash": "^4.17.11",
18 "ora": "^3.4.0",
19 "patch-package": "^5.1.1",
20 "strip-ansi": "^5.2.0",
21 "superagent": "^3.8.3",
22 "winston": "^3.1.0"
23 },
24 "devDependencies": {
25 "chai": "^4.2.0",
26 "chai-http": "^4.3.0",
27 "mocha": "^6.1.4"
28 },
29 "author": "Forward Thinking, Inc.",
30 "license": "UNLICENSED",
31 "homepage": "https://github.com/DigitalSpacesApp/cli#readme",
32 "repository": {
33 "type": "git",
34 "url": "https://github.com/DigitalSpacesApp/cli.git"
35 },
36 "bugs": "https://github.com/DigitalSpacesApp/cli/issues",
37 "bin": {
38 "ds": "./lib/ds.js"
39 },
40 "preferGlobal": true
41}