UNPKG

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