@anycli/config
Version:
base config object and standard interfaces for anycli components
51 lines (50 loc) • 1.32 kB
JSON
{
"name": "@anycli/config",
"description": "base config object and standard interfaces for anycli components",
"version": "1.3.2",
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/anycli/config/issues",
"dependencies": {
"indent-string": "^3.2.0",
"wrap-ansi": "^3.0.1"
},
"devDependencies": {
"@anycli/parser": "^3.2.4",
"@anycli/tslint": "^0.2.5",
"@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.0",
"@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"
}