UNPKG

1.36 kBJSONView Raw
1{
2 "name": "@anycli/config",
3 "description": "base config object and standard interfaces for anycli components",
4 "version": "1.3.8",
5 "author": "Jeff Dickey @jdxcode",
6 "bugs": "https://github.com/anycli/config/issues",
7 "dependencies": {
8 "@anycli/errors": "^0.1.0",
9 "indent-string": "^3.2.0",
10 "wrap-ansi": "^3.0.1"
11 },
12 "devDependencies": {
13 "@anycli/parser": "^3.2.5",
14 "@anycli/tslint": "^0.2.6",
15 "@types/chai": "^4.1.2",
16 "@types/globby": "^6.1.0",
17 "@types/indent-string": "^3.0.0",
18 "@types/mocha": "^2.2.48",
19 "@types/node": "^9.4.0",
20 "@types/wrap-ansi": "^2.0.14",
21 "chai": "^4.1.2",
22 "concurrently": "^3.5.1",
23 "debug": "^3.1.0",
24 "fancy-test": "^1.0.1",
25 "globby": "^7.1.1",
26 "mocha": "^5.0.0",
27 "ts-node": "^4.1.0",
28 "typescript": "^2.7.1"
29 },
30 "engines": {
31 "node": ">=8.0.0"
32 },
33 "files": [
34 "/lib"
35 ],
36 "homepage": "https://github.com/anycli/config",
37 "keywords": [
38 "anycli"
39 ],
40 "license": "MIT",
41 "main": "lib/index.js",
42 "repository": "anycli/config",
43 "scripts": {
44 "build": "rm -rf lib && tsc",
45 "lint": "concurrently -p command \"tsc -p test --noEmit\" \"tslint -p test\"",
46 "posttest": "yarn run lint",
47 "prepublishOnly": "yarn run build",
48 "test": "mocha --forbid-only \"test/**/*.test.ts\""
49 },
50 "types": "lib/index.d.ts"
51}