@sfdx-falcon/builder-library
Version:
Collection of functions for building pre-defined SFDX-Falcon Tasks, Questions, and Task Bundles. Allows developers to quickly build common Task and Interview-driven workflows in their CLI plugins. Part of the SFDX-Falcon Library.
92 lines (91 loc) • 2.84 kB
JSON
{
"name": "@sfdx-falcon/builder-library",
"description": "Collection of functions for building pre-defined SFDX-Falcon Tasks, Questions, and Task Bundles. Allows developers to quickly build common Task and Interview-driven workflows in their CLI plugins. Part of the SFDX-Falcon Library.",
"version": "0.0.8-alpha.7",
"author": "Vivek M. Chawla (https://twitter.com/VivekMChawla)",
"bugs": "https://github.com/sfdx-isv/sfdx-falcon-library/issues",
"dependencies": {
"@salesforce/ts-types": "1.2.1",
"@sfdx-falcon/builder": "0.0.8-alpha.7",
"@sfdx-falcon/debug": "0.0.8-alpha.7",
"@sfdx-falcon/error": "0.0.8-alpha.7",
"@sfdx-falcon/prompt": "0.0.8-alpha.7",
"@sfdx-falcon/task": "0.0.8-alpha.7",
"@sfdx-falcon/types": "0.0.8-alpha.7",
"@sfdx-falcon/util": "0.0.8-alpha.7",
"@sfdx-falcon/validator": "0.0.8-alpha.7",
"fs-extra": "8.1.0",
"listr": "0.14.3",
"tslib": "1.10.0"
},
"devDependencies": {
"@oclif/dev-cli": "1.22.2",
"@oclif/test": "1.2.5",
"@salesforce/dev-config": "1.5.0",
"@types/chai": "4.2.4",
"@types/fs-extra": "8.0.1",
"@types/inquirer": "6.5.0",
"@types/jsforce": "1.9.11",
"@types/json2csv": "4.5.0",
"@types/listr": "0.14.2",
"@types/lodash": "4.14.144",
"@types/mocha": "5.2.7",
"@types/node": "12.12.5",
"@types/shelljs": "0.8.6",
"@types/unzipper": "0.10.0",
"@types/yeoman-environment": "2.3.2",
"@types/yeoman-generator": "3.1.4",
"@types/yosay": "0.0.29",
"chai": "4.2.0",
"cross-spawn": "7.0.1",
"del": "5.1.0",
"globby": "10.0.1",
"lerna": "3.18.3",
"mocha": "6.2.2",
"mocha-junit-reporter": "1.23.1",
"nyc": "14.1.1",
"sinon": "7.5.0",
"ts-node": "8.4.1",
"typescript": "3.6.4"
},
"engines": {
"node": ">=8.0.0"
},
"keywords": [
"inquirer",
"listr",
"questions",
"question-library",
"salesforce",
"salesforce-cli",
"salesforce-cli-plugin",
"salesforcedx",
"sfdx-falcon",
"sfdx-falcon-library",
"sfdx-plugin",
"tasks",
"task-library"
],
"homepage": "https://github.com/sfdx-isv/sfdx-falcon-library#readme",
"license": "BSD-3-Clause",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"directories": {
"lib": "lib",
"test": "test"
},
"files": [
"lib",
"npm-shrinkwrap.json"
],
"repository": "https://github.com/sfdx-isv/sfdx-falcon-library.git",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "rm -rf lib && rm -rf tsconfig.build.tsbuildinfo && tsc -b tsconfig.build.json --verbose",
"prepack": "rm -rf lib && rm -rf tsconfig.build.tsbuildinfo && tsc -b tsconfig.build.json",
"test": "echo \"Error: run tests from root\" && exit 1"
},
"gitHead": "5dbe0bfd389bf431087cfa8df5360a596c9b244c"
}