@copado/copado-cli
Version:
Copado Developer CLI
127 lines (126 loc) • 3.89 kB
JSON
{
"name": "@copado/copado-cli",
"description": "Copado Developer CLI",
"version": "3.6.0",
"author": "Copado Solutions",
"dependencies": {
"@oclif/config": "1",
"@oclif/core": "^2.15.0",
"@oclif/plugin-help": "2",
"@salesforce/core": "^3.36.2",
"@salesforce/kit": "1.9.2",
"@salesforce/sf-plugins-core": "^4.0.0",
"@salesforce/source-deploy-retrieve": "^10.0.4",
"ant-path-matcher": "0.0.3",
"chalk": "^2.4.2",
"dotenv": "8.0.0",
"inquirer": "7",
"log-symbols": "^2.2.0",
"os": "0.1.1",
"path": "0.12.7",
"simple-git": "^3.21.0",
"tslib": "1"
},
"devDependencies": {
"@oclif/dev-cli": "1",
"@oclif/test": "3",
"@salesforce/dev-config": "1.5.0",
"@salesforce/ts-sinon": "^1.4.19",
"@types/chai": "4.2.4",
"@types/inquirer": "6.0.3",
"@types/mocha": "5",
"@types/node": "^12.20.55",
"chai": "4",
"fs": "^0.0.1-security",
"fs-extra": "8.0.1",
"globby": "10",
"karma-coverage-istanbul-reporter": "2.1.1",
"mocha": "^10.2.0",
"mochawesome": "^7.1.3",
"nock": "10.0.6",
"nyc": "14.1.1",
"oclif": "^4.1.0",
"sinon": "17.0.1",
"sonarqube-scanner": "^2.7.0",
"ts-node": "8.4.1",
"tslint": "5.20.1",
"typescript": "^4.9.5",
"uuid": "3.3.3"
},
"engines": {
"node": ">=8.0.0"
},
"files": [
"/lib",
".env",
"/messages",
"/npm-shrinkwrap.json",
"/oclif.manifest.json"
],
"keywords": [
"sfdx-plugin",
"sfdx",
"salesforce",
"dx",
"salesforcedx",
"copado",
"sf"
],
"license": "Private",
"oclif": {
"commands": "./lib/commands",
"bin": "sfdx",
"topics": {
"copado": {
"description": "get more information about the different Copado configuration commands."
},
"copado:auth": {
"description": "get more information about the different Copado auth commands."
},
"copado:config": {
"description": "get more information about the different Copado configuration commands."
},
"copado:work": {
"description": "get more information about the different Copado work commands."
},
"copado:pipeline": {
"description": "get more information about the different Copado pipeline commands."
},
"copado:pipeline:connection": {
"description": "get more information about the different Copado pipeline connection commands."
},
"copado:environment": {
"description": "get more information about the different Copado environment commands."
},
"copado:repository": {
"description": "get more information about the different Copado repository commands."
},
"copado:record": {
"description": "get more information about the different Copado record commands."
},
"copado:package": {
"description": "get more information about the different Copado package commands."
},
"copado:package:version": {
"description": "List and create package versions."
}
},
"devPlugins": [
"@oclif/plugin-help"
]
},
"scripts": {
"postpack": "rm -f oclif.manifest.json",
"style": "tslint -p test -t stylish",
"prepare": "npm run build",
"prepack": "npm run build && oclif manifest && oclif readme",
"sonar": "sonar-scanner -Dsonar.host.url=https://sonarqube.backend.copado.com",
"test": "nyc --extension .ts --reporter=lcov --reporter=text mocha --timeout 100000 --forbid-only --recursive \"test/**/**/*.test.ts\" --reporter mochawesome",
"test-single": "mocha $1 --timeout 100000",
"version": "oclif readme && git add README.md",
"build": "tsc"
},
"config": {
"loglevel": "error"
}
}