UNPKG

sfdx-ftw

Version:
76 lines (75 loc) 1.75 kB
{ "name": "sfdx-ftw", "description": "sfdx For(ce) The Win!", "version": "0.1.2", "author": "Kevin Rice", "dependencies": { "@oclif/command": "^1", "@oclif/config": "^1", "@oclif/errors": "^1", "@salesforce/command": "^1.4.1", "@salesforce/core": "^1.3.2", "tslib": "^1" }, "devDependencies": { "@oclif/dev-cli": "^1", "@oclif/plugin-help": "^2", "@oclif/test": "^1", "@salesforce/dev-config": "1.4.1", "@types/chai": "^4", "@types/mocha": "^5", "@types/node": "^10", "chai": "^4", "globby": "^8", "mocha": "^5", "nyc": "^14", "ts-node": "^8", "tslint": "^5" }, "engines": { "node": ">=8.0.0" }, "files": [ "/lib", "/messages", "/npm-shrinkwrap.json", "/oclif.manifest.json" ], "homepage": "https://github.com/alpha-bytes/sfdx-ftw", "keywords": [ "sfdx-plugin", "sfdx", "sfdx-ftw", "ftw", "forcethewin" ], "license": "Apache-2.0", "oclif": { "commands": "./lib/commands", "bin": "sfdx", "topics": { "hello": { "description": "Commands to say hello." } }, "devPlugins": [ "@oclif/plugin-help" ] }, "repository": "alpha-bytes/sfdx-ftw", "scripts": { "prepack": "rm -rf lib && tsc -b && oclif-dev manifest && oclif-dev readme", "postpack": "rm -f oclif.manifest.json", "posttest": "tslint -p test -t stylish", "test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\"", "version": "oclif-dev readme && git add README.md", "np": "np --no-cleanup --no-tests --no-publish" }, "np": { "tests": false, "tag": "latest", "contents": "./lib", "releaseDraft": false, "cleanup": false } }