@whodunit/environment
Version:
Handles the lifecyle and bootstrapping of investigators in a specific environment
75 lines (74 loc) • 1.71 kB
JSON
{
"name": "@whodunit/environment",
"version": "1.0.4",
"description": "Handles the lifecyle and bootstrapping of investigators in a specific environment",
"homepage": "http://whodunit.io",
"author": "whodunit",
"files": [
"lib"
],
"main": "lib/environment.js",
"keywords": [
"development",
"dev",
"build",
"tool",
"cli",
"scaffold",
"scaffolding",
"generate",
"investigator",
"whodunit",
"app"
],
"license": "BSD-2-Clause",
"repository": "whodunit/packages/whodunit-environment",
"scripts": {
"pretest": "xo",
"test": "nyc mocha",
"doc": "jsdoc -c ./jsdoc.json ./readme.md",
"benchmark": "matcha benchmark/**",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"dependencies": {
"chalk": "^2.4.1",
"cross-spawn": "^6.0.5",
"debug": "^3.1.0",
"diff": "^3.5.0",
"escape-string-regexp": "^1.0.2",
"globby": "^8.0.1",
"grouped-queue": "^0.3.3",
"inquirer": "^6.0.0",
"is-scoped": "^1.0.0",
"lodash": "^4.17.10",
"log-symbols": "^2.2.0",
"marked-terminal": "^3.2.0",
"mem-fs": "^1.1.0",
"strip-ansi": "^4.0.0",
"text-table": "^0.2.0",
"untildify": "^3.0.3",
"wrap-ansi": "^5.1.0"
},
"devDependencies": {
"@whodunit/assert": "^1.0.4",
"coveralls": "^3.0.2",
"jsdoc": "^3.5.5",
"matcha": "^0.7.0",
"mocha": "^5.2.0",
"nyc": "^11.9.0",
"sinon": "^5.1.1",
"sinon-test": "^2.2.1",
"xo": "^0.18.2"
},
"xo": {
"space": true,
"envs": [
"node",
"mocha"
],
"rules": {
"import/no-dynamic-require": "off"
}
},
"gitHead": "6c2f2442620102efbb0bec771f4c09bc07065e58"
}