{
  "name": "@anycli/config",
  "description": "base config object and standard interfaces for anycli components",
  "version": "1.3.45",
  "author": "Jeff Dickey @jdxcode",
  "bugs": "https://github.com/anycli/config/issues",
  "dependencies": {},
  "devDependencies": {
    "@anycli/errors": "^0.2.2",
    "@anycli/parser": "^3.2.6",
    "@anycli/tslint": "^0.2.7",
    "@types/chai": "^4.1.2",
    "@types/globby": "^6.1.0",
    "@types/indent-string": "^3.0.0",
    "@types/mocha": "^2.2.48",
    "@types/node": "^9.4.1",
    "@types/wrap-ansi": "^2.0.14",
    "chai": "^4.1.2",
    "concurrently": "^3.5.1",
    "debug": "^3.1.0",
    "fancy-test": "^1.0.1",
    "globby": "^7.1.1",
    "mocha": "^5.0.0",
    "ts-node": "^4.1.0",
    "typescript": "^2.7.1"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "files": [
    "/lib"
  ],
  "homepage": "https://github.com/anycli/config",
  "keywords": [
    "anycli"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "repository": "anycli/config",
  "scripts": {
    "build": "rm -rf lib && tsc",
    "lint": "concurrently -p command \"tsc -p test --noEmit\" \"tslint -p test\"",
    "posttest": "yarn run lint",
    "prepublishOnly": "yarn run build",
    "test": "mocha --forbid-only \"test/**/*.test.ts\""
  },
  "types": "lib/index.d.ts"
}
