UNPKG

@cto.ai/ops

Version:

💻 CTO.ai - The CLI built for Teams 🚀

168 lines (167 loc) • 4.98 kB
{ "name": "@cto.ai/ops", "description": "💻 CTO.ai - The CLI built for Teams 🚀", "version": "1.19.23", "author": "Brett Campbell", "bin": { "ops": "./bin/run" }, "bugs": "https://github.com/cto.ai/ops/issues", "dependencies": { "@cto.ai/cli-sdk": "^1.3.3", "@cto.ai/dockerode": "^3.2.1", "@feathersjs/feathers": "^3.3.1", "@feathersjs/rest-client": "^1.4.7", "@hapi/hapi": "^18.4.1", "@hapi/inert": "^5.2.2", "@oclif/command": "^1.8.16", "@oclif/config": "^1.17.0", "@oclif/plugin-help": "^5.1.12", "JSONStream": "^1.3.5", "analytics-node": "^3.5.0", "axios": "^0.21.4", "cli-table3": "0.6.1", "debug": "^4.3.1", "detect-port": "^1.3.0", "eta": "^1.12.3", "figlet": "^1.5.0", "fs-extra": "^7.0.1", "fuzzy": "^0.1.3", "is-port-reachable": "^2.0.1", "jsonwebtoken": "^9.0.0", "keycloak-connect": "^6.0.1", "lodash": "^4.17.21", "open": "^6.4.0", "parse-github-url": "^1.0.2", "platform": "^1.3.6", "querystring": "^0.2.0", "semver": "^7.3.4", "through2": "^3.0.2", "uuid": "^3.4.0", "yaml": "^1.10.0" }, "devDependencies": { "@cto.ai/cto-inquirer": "^1.0.0", "@babel/core": "^7.20.12", "@babel/preset-env": "^7.20.2", "@babel/preset-typescript": "^7.18.6", "@modii/tscpaths": "0.2.3", "@oclif/dev-cli": "^1.26.0", "@oclif/plugin-plugins": "^1.9.5", "@oclif/test": "^1.2.8", "@oclif/tslint": "^3.1.1", "@types/analytics-node": "^3.1.4", "@types/concat-stream": "^1.6.0", "@types/debug": "^4.1.1", "@types/detect-port": "^1.3.0", "@types/dockerode": "^2.5.13", "@types/express": "4.17.2", "@types/express-serve-static-core": "4.17.20", "@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": "^27.4.1", "@types/jsonstream": "0.8.30", "@types/jsonwebtoken": "^8.5.0", "@types/keycloak-connect": "4.5.1", "@types/node": "^10.17.17", "@types/through2": "^2.0.34", "@types/uuid": "^3.4.5", "@types/yaml": "^1.9.7", "babel-jest": "^28.0.0", "concat-stream": "^2.0.0", "dotenv-safe": "^6.1.0", "globby": "^10.0.0", "jest": "^28.0.2", "jest-cli": "^28.0.2", "link-module-alias": "^1.2.0", "nock": "^13.0.7", "pkg": "^5.8.0", "prettier": "1.18.2", "ts-jest": "^28.0.2", "ts-node": "^8.10.2", "tsconfig-paths": "^4.1.1", "tslib": "^1.14.1", "tslint": "^5.20.1", "tslint-config-prettier": "^1.18.0", "node-notifier": "^9.0.1", "typescript": "^4.3.0" }, "engines": { "node": ">=12.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." }, "team": { "description": "Manage your teams." }, "configs": { "description": "Manage your configs." } } }, "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 --follow-tags", "postpack": "rm -f oclif.manifest.json", "posttest": "prettier --check 'src/**/*.ts' --check 'test/**/*.ts'", "prepack": "scripts/prepack.sh", "pretty": "prettier --write 'src/**/*.ts' --write 'test/**/*.spec.ts'", "test": "jest --coverage --testTimeout=30000", "test:e2e": "jest -c test_e2e/jest.config.js --runInBand --testTimeout=30000", "test:e2e:debug": "nodec--inspect-brk node_modules/.bin/jest -c test_e2e/jest.config.js --runInBand --testTimeout=30000", "test:e2e:update": "jest -c test_e2e/jest.config.js --runInBand -u --testTimeout=30000", "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/" } }