UNPKG

2.62 kBJSONView Raw
1{
2 "name": "qubit-cli",
3 "version": "1.67.0",
4 "description": "Qubit command line interface",
5 "main": "src/index.js",
6 "bin": {
7 "qubit": "bin/qubit"
8 },
9 "directories": {
10 "test": "test"
11 },
12 "docpress": {
13 "github": "qubitdigital/qubit-cli",
14 "dist": "docs"
15 },
16 "scripts": {
17 "test": "node test/setup && NODE_ENV=test nyc --reporter=lcov --reporter=text-summary mocha --recursive",
18 "lint": "standard",
19 "format": "prettier-standard"
20 },
21 "author": "Alan Clarke <alan@qubit.com> (qubit.com)",
22 "repository": {
23 "type": "git",
24 "url": "git+https://github.com/qubitdigital/qubit-cli.git"
25 },
26 "engines": {
27 "node": ">=8.6"
28 },
29 "engineStrict": true,
30 "license": "ISC",
31 "dependencies": {
32 "axios": "^0.21.1",
33 "b2a": "^1.0.11",
34 "body-parser": "^1.18.2",
35 "chalk": "^2.1.0",
36 "commander": "^2.11.0",
37 "config": "^1.26.2",
38 "confirmer": "^1.1.1",
39 "cookieman": "^1.2.0",
40 "cors": "^2.8.4",
41 "diff": "^3.4.0",
42 "driftwood": "^1.5.0",
43 "event-kitten": "^1.1.0",
44 "execa": "^0.8.0",
45 "express": "^4.16.2",
46 "form-data": "^2.3.2",
47 "fs-extra": "^4.0.2",
48 "has-yarn": "^1.0.0",
49 "input": "^1.0.1",
50 "js-yaml": "^3.13.1",
51 "json-loader": "^0.5.7",
52 "jsonwebtoken": "^8.1.1",
53 "less": "^3.0.0",
54 "less-loader": "^5.0.0",
55 "lodash": "^4.17.20",
56 "micro-amd": "^1.2.3",
57 "ms": "^2.0.0",
58 "now-plus": "^1.0.3",
59 "np": "^2.18.3",
60 "opn": "^5.1.0",
61 "p-map": "^1.2.0",
62 "p-memoize": "^3.0.0",
63 "pem": "^1.13.2",
64 "preact": "^8.2.6",
65 "promise-defer": "^1.0.0",
66 "qs": "^6.5.1",
67 "qubit-react": "^1.4.0",
68 "raw-loader": "^0.5.1",
69 "semverbs": "^1.1.1",
70 "serve-favicon": "^2.5.0",
71 "server-destroy": "^1.0.1",
72 "slapdash": "^1.3.3",
73 "slash": "^1.0.0",
74 "style-loader": "^0.19.0",
75 "sudo-prompt": "^9.1.1",
76 "sync-p": "^1.1.3",
77 "terminal-kit": "^1.26.2",
78 "update-notifier": "^2.3.0",
79 "urlite": "^2.0.0",
80 "webpack": "^3.12.0",
81 "webpack-dev-middleware": "^1.12.0",
82 "webpack-hot-middleware": "^2.19.1",
83 "windosu": "^0.3.0"
84 },
85 "standard": {
86 "globals": [
87 "describe",
88 "it",
89 "before",
90 "after",
91 "beforeEach",
92 "afterEach"
93 ]
94 },
95 "devDependencies": {
96 "chai": "^4.1.2",
97 "mocha": "^5.1.1",
98 "nyc": "^14.1.1",
99 "prettier-standard": "^16.4.1",
100 "rewire": "^4.0.1",
101 "sinon": "^4.5.0",
102 "standard": "^16.0.3"
103 },
104 "bugs": {
105 "url": "https://github.com/qubitdigital/qubit-cli/issues"
106 },
107 "homepage": "https://github.com/qubitdigital/qubit-cli#readme"
108}