@whodunit/pi
Version:
CLI tool for running Whodunit investigators
118 lines (117 loc) • 2.5 kB
JSON
{
"name": "@whodunit/pi",
"version": "1.0.7",
"description": "CLI tool for running Whodunit investigators",
"license": "BSD-2-Clause",
"repository": "whodunit/packages/whodunit-pi",
"author": "whodunit",
"main": "lib",
"bin": {
"pi": "lib/cli.js",
"pi-complete": "lib/completion/index.js"
},
"engines": {
"node": ">=6"
},
"scripts": {
"postinstall": "pidoctor",
"postupdate": "pidoctor",
"pretest": "xo",
"test": "nyc mocha --timeout=10000",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"files": [
"lib"
],
"keywords": [
"cli-app",
"cli",
"front-end",
"development",
"dev",
"build",
"web",
"tool",
"scaffold",
"stack",
"whodunit",
"investigator",
"generate",
"app",
"boilerplate"
],
"dependencies": {
"@whodunit/character": "^1.0.4",
"@whodunit/doctor": "^1.0.7",
"@whodunit/environment": "^1.0.4",
"@whodunit/pisay": "^1.0.4",
"async": "^2.6.1",
"chalk": "^2.4.1",
"cli-list": "^0.2.0",
"cli-spinner": "^0.2.10",
"configstore": "^3.1.2",
"cross-spawn": "^6.0.5",
"figures": "^2.0.0",
"fullname": "^3.2.0",
"global-tunnel-ng": "^2.5.3",
"got": "^8.3.2",
"humanize-string": "^1.0.2",
"inquirer": "^6.0.0",
"insight": "^0.10.1",
"lodash": "^4.17.10",
"marked": "^0.6.1",
"marked-terminal": "^3.2.0",
"meow": "^3.0.0",
"npm-keyword": "^5.0.0",
"opn": "^5.3.0",
"package-json": "^5.0.0",
"parse-help": "^1.0.0",
"read-pkg-up": "^4.0.0",
"root-check": "^1.0.0",
"sort-on": "^3.0.0",
"string-length": "^2.0.0",
"tabtab": "^1.3.2",
"titleize": "^1.0.1",
"update-notifier": "^2.5.0",
"user-home": "^2.0.0",
"wrap-ansi": "^5.1.0"
},
"devDependencies": {
"coveralls": "^3.0.2",
"mocha": "^5.2.0",
"mockery": "^2.0.0",
"nock": "^9.4.1",
"nyc": "^12.0.2",
"proxyquire": "^2.0.1",
"registry-url": "^4.0.0",
"sinon": "^6.1.3",
"xo": "^0.21.1"
},
"resolutions": {
"natives": "1.1.3"
},
"tabtab": {
"pi": [
"-f",
"--force",
"--version",
"--no-color",
"--no-insight",
"--insight",
"--investigators"
]
},
"xo": {
"space": true,
"overrides": [
{
"files": "test/**",
"envs": [
"node",
"mocha"
]
}
]
},
"gitHead": "4abfe4cdc7084df2c8be7455c8cda43635be3365"
}