UNPKG

598 BJSONView Raw
1{
2 "name": "@cirrusct/cli",
3 "description": "Command Line Interface",
4 "version": "1.1.42",
5 "main": "dist/index.js",
6 "types": "dist/index.d.js",
7 "repository": "https://github.com/CirrusCT/core.git",
8 "author": "CirrusCT <github@cirrusct.com>",
9 "license": "MIT",
10 "dependencies": {
11 "@types/node": "*",
12 "@types/inquirer": "^0.0.44",
13 "chalk": "^2.4.2",
14 "dotenv": "^6.2.0",
15 "inquirer": "^6.2.2",
16 "mri": "^1.1.4",
17 "prettyjson": "^1.2.1",
18 "typescript": "^3.3.3"
19 },
20 "devDependencies": {
21 "ts-node": "^8.0.2",
22 "@cirrusct/tmp-mr-local": "^1.1.0"
23 }
24}
\No newline at end of file