UNPKG

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