UNPKG

1.64 kBJSONView Raw
1{
2 "name": "@anycli/config",
3 "description": "base config object and standard interfaces for anycli components",
4 "version": "1.1.2",
5 "author": "Jeff Dickey @jdxcode",
6 "bugs": "https://github.com/anycli/config/issues",
7 "dependencies": {
8 "cli-ux": "^3.3.13",
9 "debug": "^3.1.0",
10 "fs-extra": "^5.0.0",
11 "fs-extra-debug": "^1.0.4",
12 "globby": "^7.1.1",
13 "load-json-file": "^4.0.0",
14 "lodash": "^4.17.4",
15 "read-pkg": "^3.0.0"
16 },
17 "devDependencies": {
18 "@anycli/parser": "^3.2.2",
19 "@anycli/tslint": "^0.2.5",
20 "@types/chai": "^4.1.2",
21 "@types/fs-extra": "^5.0.0",
22 "@types/globby": "^6.1.0",
23 "@types/load-json-file": "^2.0.7",
24 "@types/lodash": "^4.14.100",
25 "@types/mocha": "^2.2.48",
26 "@types/nock": "^9.1.2",
27 "@types/node": "^9.4.0",
28 "@types/node-notifier": "^0.0.28",
29 "@types/read-pkg": "^3.0.0",
30 "chai": "^4.1.2",
31 "concurrently": "^3.5.1",
32 "eslint": "^4.17.0",
33 "eslint-config-anycli": "^1.3.2",
34 "fancy-test": "^0.6.10",
35 "mocha": "^5.0.0",
36 "ts-node": "^4.1.0",
37 "typescript": "^2.7.1"
38 },
39 "engines": {
40 "node": ">=8.0.0"
41 },
42 "files": [
43 "/lib"
44 ],
45 "homepage": "https://github.com/anycli/config",
46 "keywords": [
47 "anycli"
48 ],
49 "license": "MIT",
50 "main": "lib/index.js",
51 "repository": "anycli/config",
52 "scripts": {
53 "build": "rm -rf lib && tsc",
54 "lint": "concurrently -p command \"eslint .\" \"tsc -p test --noEmit\" \"tslint -p test\"",
55 "posttest": "yarn run lint",
56 "prepublishOnly": "yarn run build",
57 "test": "mocha --forbid-only \"test/**/*.test.ts\""
58 },
59 "types": "lib/index.d.ts"
60}