@controlplane/cli
Version:
Control Plane Corporation CLI
111 lines (110 loc) • 3.33 kB
JSON
{
"name": "@controlplane/cli",
"version": "3.4.5",
"description": "Control Plane Corporation CLI",
"bin": {
"cpln": "dist/src/cpln.js",
"docker-credential-cpln": "dist/src/docker-credential-cpln.js"
},
"scripts": {
"build": "(cd public && pnpm build) && tsc",
"build:live": "tsc -w",
"test": "jest --verbose --testPathIgnorePatterns test/",
"test:w": "npm run test -- --watch",
"test:cov": "jest --coverage --testPathIgnorePatterns test/",
"pkg": "npm run build && pkg -c cpln.json --out-path dist/ dist/src/cpln.js && pkg -c docker-credential-cpln.json --out-path dist/ dist/src/docker-credential-cpln.js",
"pkg-macos": "npm run build && pkg -c cpln-macos.json --out-path dist/ dist/src/cpln.js && pkg -c docker-credential-cpln-macos.json --out-path dist/ dist/src/docker-credential-cpln.js",
"prepare:w": "cd public && npm run build:w",
"test-it": "jest --verbose --testPathPattern test/it --globalSetup '<rootDir>/test/globalSetup.ts'",
"clean": "rm -fr dist && cd public && pnpm clean"
},
"keywords": [
"Control Plane",
"Control Plane Corporation",
"Serverless",
"Cloud",
"Kubernetes",
"AWS",
"Azure",
"GCP",
"cli",
"cpln"
],
"dependencies": {
"@kubernetes/client-node": "~0.22.3",
"adm-zip": "^0.5.5",
"async-mutex": "^0.5.0",
"axios": "^0.21.1",
"axios-retry": "4.1.0",
"base32-encode": "^1.2.0",
"base64url": "^3.0.1",
"chalk": "^3.0.0",
"cli-highlight": "^2.1.11",
"cli-progress": "3.12.0",
"express": "^4.17.1",
"get-stdin-with-tty": "^6.0.0",
"humanize-duration": "^3.27.0",
"jose": "4.15.4",
"js-yaml": "^3.14.1",
"json-colorizer": "^2.2.2",
"json-stable-stringify": "^1.0.1",
"jwt-decode": "^2.2.0",
"lodash": "^4.17.21",
"mkdirp": "^1.0.4",
"open": "^8.2.0",
"parse-duration": "^0.4.4",
"semver": "^7.5.4",
"sha256-file": "^1.0.0",
"table": "^5.4.6",
"tabtab": "^3.0.2",
"tar-stream": "^3.1.7",
"targz": "^1.0.1",
"tmp": "0.2.3",
"url-pattern": "^1.0.3",
"uuid": "^7.0.3",
"winston": "^3.17.0",
"ws": "^7.5.5",
"yargs": "^15.4.1"
},
"files": [
"dist/src/*",
"dist/public/*",
"!dist/src/**/*.test.*",
"!dist/src/**/*.ts",
"!dist/**/*.map"
],
"devDependencies": {
"@controlplane/schema": "1.0.2",
"@types/adm-zip": "^0.5.7",
"@types/chalk": "^2.2.0",
"@types/cli-progress": "3.11.6",
"@types/express": "^4.17.12",
"@types/humanize-duration": "^3.25.0",
"@types/jest": "^24.9.1",
"@types/js-yaml": "^3.12.6",
"@types/jwt-decode": "^2.2.1",
"@types/lodash": "^4.14.170",
"@types/minimist": "^1.2.1",
"@types/node": "^12.20.15",
"@types/open": "^6.2.1",
"@types/semver": "^7.5.6",
"@types/table": "^4.0.7",
"@types/tabtab": "^3.0.1",
"@types/tar-stream": "^3.1.3",
"@types/tmp": "^0.1.0",
"@types/uuid": "^7.0.4",
"@types/winston": "^2.4.4",
"@types/ws": "^7.4.4",
"@types/yargs": "^15.0.13",
"dependency-cruiser": "^16.1.0",
"jest": "^26.6.3",
"pkg": "^5.8.1",
"prettier": "^2.3.1",
"process": "^0.11.10",
"rimraf": "3.0.2",
"ts-jest": "^26.5.6",
"ts-node": "^10.9.2",
"tslint": "^6.1.3",
"typescript": "^4.9.5"
}
}