UNPKG

597 BJSONView Raw
1{
2 "name": "@cirrusct/cli",
3 "description": "Command Line Interface",
4 "version": "1.1.48",
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": "^6.5.0",
13 "chalk": "^2.4.2",
14 "dotenv": "^8.1.0",
15 "inquirer": "^7.0.0",
16 "mri": "^1.1.4",
17 "prettyjson": "^1.2.1",
18 "typescript": "^3.6.3"
19 },
20 "devDependencies": {
21 "ts-node": "^8.4.1",
22 "@cirrusct/mr-cli-local": "^1.0.0"
23 }
24}
\No newline at end of file