UNPKG

1.06 kBJSONView Raw
1{
2 "name": "@anycli/example-single-js",
3 "description": "example single-command CLI built with dxcli",
4 "version": "0.9.17",
5 "author": "Jeff Dickey @jdxcode",
6 "anycli": {
7 "bin": "example-single-js"
8 },
9 "bin": {
10 "example-single-js": "./bin/run"
11 },
12 "bugs": "https://github.com/anycli/example-single-js/issues",
13 "dependencies": {
14 "@anycli/command": "^1.2.19",
15 "@anycli/config": "^1.3.45",
16 "@anycli/errors": "^0.2.2",
17 "@anycli/plugin-help": "^0.7.2"
18 },
19 "devDependencies": {
20 "@anycli/test": "^0.10.15",
21 "chai": "^4.1.2",
22 "eslint": "^4.17.0",
23 "eslint-config-anycli": "^1.3.2",
24 "mocha": "^5.0.0"
25 },
26 "engines": {
27 "node": ">=8.0.0"
28 },
29 "files": [
30 "/bin",
31 "/src"
32 ],
33 "homepage": "https://github.com/anycli/example-single-js",
34 "keywords": [
35 "anycli"
36 ],
37 "license": "MIT",
38 "main": "src/index.js",
39 "repository": "anycli/example-single-js",
40 "scripts": {
41 "lint": "eslint .",
42 "posttest": "yarn run lint",
43 "test": "mocha --forbid-only \"test/**/*.test.js\""
44 }
45}