sfdx-cpq-scripts-deployment
Version:
Deploy cpq scipts with sfdx (unofficial plugin)
76 lines (75 loc) • 1.87 kB
JSON
{
"name": "sfdx-cpq-scripts-deployment",
"description": "Deploy cpq scipts with sfdx (unofficial plugin)",
"version": "0.2.3",
"author": "Ziemniakoss",
"bugs": "https://github.com/ziemniakoss/sfdx-cpq-scripts-deployment/issues",
"dependencies": {
"@oclif/command": "^1",
"@oclif/config": "^1",
"@oclif/errors": "^1",
"@salesforce/command": "^3",
"@salesforce/core": "^2",
"tslib": "^2"
},
"devDependencies": {
"@oclif/dev-cli": "^1",
"@oclif/plugin-help": "^3",
"@oclif/test": "^1",
"@salesforce/dev-config": "^2",
"@salesforce/dev-scripts": "^0",
"@salesforce/prettier-config": "^0",
"@salesforce/ts-sinon": "^1",
"@types/chai": "^4",
"@types/jsforce": "^1.9.29",
"@types/mocha": "^8",
"@typescript-eslint/eslint-plugin": "^4",
"@typescript-eslint/parser": "^4",
"chai": "^4",
"eslint": "^7",
"globby": "^11",
"husky": "^4",
"mocha": "^8",
"nyc": "^15",
"prettier": "^2",
"sinon": "10.0.0",
"ts-node": "^10",
"typescript": "4"
},
"engines": {
"node": ">=12.0.0"
},
"files": [
"/lib",
"/messages",
"/npm-shrinkwrap.json",
"/oclif.manifest.json"
],
"homepage": "https://github.com/ziemniakoss/sfdx-cpq-scripts-deployment",
"keywords": [
"sfdx-plugin",
"cpq",
"calculator-plugin"
],
"license": "MIT",
"oclif": {
"commands": "./lib/commands",
"bin": "sfdx",
"topics": {
"cpq-scripts": {
"description": "Manage cpq custom scripts"
}
},
"devPlugins": [
"@oclif/plugin-help"
]
},
"repository": "ziemniakoss/sfdx-cpq-scripts-deployment",
"scripts": {
"build": "tsc -p .",
"postpack": "rm -f oclif.manifest.json",
"prepack": "rm -rf lib && tsc -b && oclif-dev manifest && oclif-dev readme",
"test": "nyc --extension .ts --require ts-node/register mocha --forbid-only \"test/**/*.test.ts\"",
"version": "oclif-dev readme && git add README.md"
}
}