UNPKG

1.05 kBJSONView Raw
1{
2 "name": "@anycli/example-single-js",
3 "description": "example single-command CLI built with dxcli",
4 "version": "0.9.6",
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.7",
15 "@anycli/config": "^1.2.3",
16 "@anycli/plugin-help": "^0.6.3"
17 },
18 "devDependencies": {
19 "@anycli/test": "^0.10.11",
20 "chai": "^4.1.2",
21 "eslint": "^4.17.0",
22 "eslint-config-anycli": "^1.3.2",
23 "globby": "^7.1.1",
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}