UNPKG

4.48 kBJSONView Raw
1{
2 "name": "@cto.ai/ops",
3 "description": "💻 CTO.ai Ops - The CLI built for Teams 🚀",
4 "version": "1.10.2",
5 "author": "Brett Campbell",
6 "bin": {
7 "ops": "./bin/run"
8 },
9 "bugs": "https://github.com/cto.ai/ops/issues",
10 "dependencies": {
11 "@cto.ai/sdk": "^1.5.3",
12 "@feathersjs/feathers": "^3.3.1",
13 "@feathersjs/rest-client": "^1.4.7",
14 "@hapi/hapi": "^18.3.1",
15 "@hapi/inert": "^5.2.1",
16 "@oclif/command": "^1.5.12",
17 "@oclif/config": "^1.12.11",
18 "@oclif/plugin-help": "^2.1.6",
19 "JSONStream": "^1.3.5",
20 "analytics-node": "^3.3.0",
21 "axios": "^0.19.0",
22 "debug": "^4.1.1",
23 "detect-port": "^1.3.0",
24 "dockerode": "^3.2.1",
25 "fs-extra": "^7.0.1",
26 "fuzzy": "^0.1.3",
27 "is-port-reachable": "^2.0.1",
28 "jsonwebtoken": "^8.5.1",
29 "keycloak-connect": "^6.0.1",
30 "lodash": "^4.17.11",
31 "open": "^6.4.0",
32 "platform": "^1.3.6",
33 "querystring": "^0.2.0",
34 "through2": "^3.0.1",
35 "uuid": "^3.3.2",
36 "yaml": "^1.5.0"
37 },
38 "devDependencies": {
39 "@cto.ai/inquirer": "^6.4.4",
40 "@oclif/dev-cli": "^1.21.3",
41 "@oclif/plugin-plugins": "^1.7.6",
42 "@oclif/test": "^1.2.4",
43 "@oclif/tslint": "^3.1.1",
44 "@types/analytics-node": "^3.1.1",
45 "@types/concat-stream": "^1.6.0",
46 "@types/debug": "^4.1.1",
47 "@types/detect-port": "^1.3.0",
48 "@types/dockerode": "^2.5.13",
49 "@types/feathersjs__feathers": "^3.1.2",
50 "@types/feathersjs__rest-client": "^1.3.2",
51 "@types/fs-extra": "^5.0.5",
52 "@types/hapi__hapi": "^18.2.5",
53 "@types/hapi__inert": "^5.2.0",
54 "@types/jest": "^24.0.12",
55 "@types/jsonstream": "0.8.30",
56 "@types/jsonwebtoken": "^8.5.0",
57 "@types/keycloak-connect": "^4.5.1",
58 "@types/node": "^10.17.17",
59 "@types/through2": "^2.0.34",
60 "@types/uuid": "^3.4.5",
61 "@types/yaml": "^1.9.7",
62 "concat-stream": "^2.0.0",
63 "dotenv-safe": "^6.1.0",
64 "globby": "^8.0.2",
65 "jest": "^24.8.0",
66 "jest-cli": "^24.8.0",
67 "link-module-alias": "^1.2.0",
68 "npm": "^6.9.0",
69 "pkg": "^4.3.7",
70 "prettier": "^1.18.2",
71 "ts-jest": "^24.0.2",
72 "ts-node": "^8.0.3",
73 "tsconfig-paths": "^3.8.0",
74 "tscpaths": "0.0.9",
75 "tslib": "^1.9.3",
76 "tslint": "^5.18.0",
77 "tslint-config-prettier": "^1.18.0",
78 "typescript": "^3.7.3"
79 },
80 "engines": {
81 "node": ">=8.0.0"
82 },
83 "files": [
84 "/bin/run",
85 "/bin/run.cmd",
86 "/lib",
87 "/npm-shrinkwrap.json",
88 "/oclif.manifest.json",
89 "/postinstall.js"
90 ],
91 "homepage": "https://cto.ai/platform",
92 "keywords": [
93 "oclif"
94 ],
95 "license": "MIT",
96 "main": "lib/index.js",
97 "oclif": {
98 "commands": "./lib/commands",
99 "hooks": {
100 "build": "./lib/hooks/build",
101 "validate": "./lib/hooks/validate",
102 "publish": "./lib/hooks/publish",
103 "error": "./lib/hooks/error",
104 "prerun": [
105 "./lib/hooks/prerun/check-version",
106 "./lib/hooks/prerun/check-docker"
107 ]
108 },
109 "bin": "ops",
110 "plugins": [
111 "@oclif/plugin-help"
112 ],
113 "topics": {
114 "account": {
115 "description": "Manage your account settings."
116 },
117 "help": {
118 "description": "Display help for ops."
119 },
120 "secrets": {
121 "description": "Manage your secrets."
122 },
123 "team": {
124 "description": "Manage your teams."
125 },
126 "configs": {
127 "description": "Manage your configs."
128 }
129 }
130 },
131 "scripts": {
132 "build": "oclif-dev manifest && oclif-dev readme",
133 "compile": "./node_modules/.bin/pkg . -t node8-macos,node8-linux,node8-win --output dist/ops",
134 "configdev": "scripts/configdev.sh",
135 "initenv": "scripts/make-env.sh",
136 "postinstall": "node ./postInstall.js",
137 "postversion": "git push",
138 "postpack": "rm -f oclif.manifest.json",
139 "posttest": "prettier --check 'src/**/*.ts' --check 'test/**/*.ts'",
140 "prepack": "scripts/prepack.sh",
141 "pretty": "prettier --write 'src/**/*.ts' --write 'test/**/*.spec.ts'",
142 "test": "jest --coverage",
143 "test:e2e": "jest -c test_e2e/jest.config.js --runInBand",
144 "test:e2e:debug": "node --inspect-brk node_modules/.bin/jest -c test_e2e/jest.config.js --runInBand",
145 "test:e2e:update": "jest -c test_e2e/jest.config.js --runInBand -u",
146 "test:watch": "jest --watch",
147 "tsc": "tsc -b src",
148 "tsc:watch": "tsc -b src --watch",
149 "version": "oclif-dev readme && git add README.md"
150 },
151 "types": "lib/index.d.ts",
152 "_moduleAliases": {
153 "~": "src/"
154 }
155}