@digitaloptgroup/plugin-install-start
Version:
A plugin that installs the start plugin
61 lines (60 loc) • 1.64 kB
JSON
{
"name": "@digitaloptgroup/plugin-install-start",
"description": "A plugin that installs the start plugin",
"version": "0.0.1-devpreview-02",
"author": "Digital Optimization Group LLC",
"bugs": "https://github.com/DigitalOptGroup/plugin-install-start/issues",
"dependencies": {
"@oclif/command": "^1",
"@oclif/config": "^1",
"@types/inquirer": "^6.0.3",
"cross-spawn": "^6.0.5",
"inquirer": "^6.3.1",
"tslib": "^1"
},
"devDependencies": {
"@oclif/dev-cli": "^1",
"@oclif/plugin-help": "^2",
"@oclif/test": "^1",
"@oclif/tslint": "^3",
"@types/chai": "^4",
"@types/mocha": "^5",
"@types/node": "^10",
"chai": "^4",
"globby": "^8",
"mocha": "^5",
"nyc": "^13",
"ts-node": "^8",
"tslint": "^5",
"typescript": "^3.3"
},
"engines": {
"node": ">=8.0.0"
},
"files": [
"/lib",
"/npm-shrinkwrap.json",
"/oclif.manifest.json",
"/yarn.lock"
],
"homepage": "https://github.com/DigitalOptGroup/plugin-install-start",
"keywords": [
"oclif-plugin"
],
"license": "MIT",
"oclif": {
"commands": "./lib/commands",
"bin": "oclif-example",
"devPlugins": [
"@oclif/plugin-help"
]
},
"repository": "DigitalOptGroup/plugin-install-start",
"scripts": {
"postpack": "rm -f oclif.manifest.json",
"posttest": "tslint -p test -t stylish",
"prepack": "rm -rf lib && tsc -b && oclif-dev manifest && oclif-dev readme && mv lib/src/* lib/ && rm -d lib/src",
"test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\"",
"version": "oclif-dev readme && git add README.md"
}
}