UNPKG

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