@cto.ai/ops
Version:
💻 CTO.ai Ops - The CLI built for Teams 🚀
141 lines (140 loc) • 4.02 kB
JSON
{
"name": "@cto.ai/ops",
"description": "💻 CTO.ai Ops - The CLI built for Teams 🚀",
"version": "1.6.15",
"author": "Brett Campbell",
"bin": {
"ops": "./bin/run"
},
"bugs": "https://github.com/cto.ai/ops/issues",
"dependencies": {
"@cto.ai/sdk": "^1.5.3",
"@feathersjs/feathers": "^3.3.1",
"@feathersjs/rest-client": "^1.4.7",
"@hapi/hapi": "^18.3.1",
"@hapi/inert": "^5.2.1",
"@oclif/command": "^1.5.12",
"@oclif/config": "^1.12.11",
"@oclif/plugin-help": "^2.1.6",
"JSONStream": "^1.3.5",
"analytics-node": "^3.3.0",
"axios": "^0.19.0",
"dockerode": "^2.5.8",
"fs-extra": "^7.0.1",
"fuzzy": "^0.1.3",
"is-port-reachable": "^2.0.1",
"jsonwebtoken": "^8.5.1",
"keycloak-connect": "^6.0.1",
"lodash": "^4.17.11",
"open": "^6.4.0",
"querystring": "^0.2.0",
"through2": "^3.0.1",
"uuid": "^3.3.2",
"yaml": "^1.5.0"
},
"devDependencies": {
"@cto.ai/inquirer": "^6.4.4",
"@oclif/dev-cli": "^1.21.3",
"@oclif/test": "^1.2.4",
"@oclif/tslint": "^3.1.1",
"@types/analytics-node": "^3.1.1",
"@types/concat-stream": "^1.6.0",
"@types/dockerode": "^2.5.13",
"@types/feathersjs__feathers": "^3.1.2",
"@types/feathersjs__rest-client": "^1.3.2",
"@types/fs-extra": "^5.0.5",
"@types/hapi__hapi": "^18.2.5",
"@types/hapi__inert": "^5.2.0",
"@types/jest": "^24.0.12",
"@types/keycloak-connect": "^4.5.1",
"@types/node": "^10.14.4",
"@types/through2": "^2.0.34",
"@types/uuid": "^3.4.5",
"@types/yaml": "^1.0.2",
"dotenv-safe": "^6.1.0",
"globby": "^8.0.2",
"jest": "^24.8.0",
"jest-cli": "^24.8.0",
"link-module-alias": "^1.2.0",
"npm": "^6.9.0",
"pkg": "^4.3.7",
"prettier": "^1.18.2",
"ts-jest": "^24.0.2",
"ts-node": "^8.0.3",
"tsconfig-paths": "^3.8.0",
"tscpaths": "0.0.9",
"tslib": "^1.9.3",
"tslint": "^5.18.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.7.3"
},
"engines": {
"node": ">=8.0.0"
},
"files": [
"/bin/run",
"/bin/run.cmd",
"/lib",
"/npm-shrinkwrap.json",
"/oclif.manifest.json",
"/postinstall.js"
],
"homepage": "https://cto.ai/platform",
"keywords": [
"oclif"
],
"license": "MIT",
"main": "lib/index.js",
"oclif": {
"commands": "./lib/commands",
"hooks": {
"build": "./lib/hooks/build",
"validate": "./lib/hooks/validate",
"publish": "./lib/hooks/publish",
"error": "./lib/hooks/error",
"prerun": [
"./lib/hooks/prerun/check-version",
"./lib/hooks/prerun/check-docker"
]
},
"bin": "ops",
"plugins": [
"@oclif/plugin-help"
],
"topics": {
"account": {
"description": "Manage your account settings."
},
"help": {
"description": "Display help for ops."
},
"secrets": {
"description": "Manage your secrets."
}
}
},
"scripts": {
"build": "oclif-dev manifest && oclif-dev readme",
"compile": "./node_modules/.bin/pkg . -t node8-macos,node8-linux,node8-win --output dist/ops",
"configdev": "scripts/configdev.sh",
"initenv": "scripts/make-env.sh",
"postinstall": "node ./postInstall.js",
"postversion": "git push",
"postpack": "rm -f oclif.manifest.json",
"posttest": "prettier --check 'src/**/*.ts' --check 'test/**/*.ts'",
"prepack": "scripts/prepack.sh",
"pretty": "prettier --write src/**/*.ts",
"test": "jest --coverage",
"test:e2e": "jest -c test_e2e/jest.config.js --runInBand",
"test:e2e:debug": "node --inspect-brk node_modules/.bin/jest -c test_e2e/jest.config.js --runInBand",
"test:e2e:update": "jest -c test_e2e/jest.config.js --runInBand -u",
"test:watch": "jest --watch",
"tsc": "tsc -b src",
"tsc:watch": "tsc -b src --watch",
"version": "oclif-dev readme && git add README.md"
},
"types": "lib/index.d.ts",
"_moduleAliases": {
"~": "src/"
}
}