UNPKG

944 BJSONView Raw
1{
2 "name": "@anycli/example-single-js",
3 "description": "example single-command CLI built with dxcli",
4 "version": "0.7.1",
5 "author": "Jeff Dickey @jdxcode",
6 "anycli": {},
7 "bugs": "https://github.com/anycli/example-single-js/issues",
8 "dependencies": {
9 "@anycli/command": "^0.3.3",
10 "@anycli/config": "^0.2.11",
11 "@anycli/help": "^0.3.5",
12 "cli-ux": "^3.3.12"
13 },
14 "devDependencies": {
15 "@anycli/test": "^0.10.2",
16 "chai": "^4.1.2",
17 "eslint": "^4.16.0",
18 "eslint-config-anycli": "^1.3.1",
19 "mocha": "^5.0.0"
20 },
21 "engines": {
22 "node": ">=8.0.0"
23 },
24 "files": [
25 "/src"
26 ],
27 "homepage": "https://github.com/anycli/example-single-js",
28 "keywords": [
29 "anycli"
30 ],
31 "license": "MIT",
32 "main": "src/index.js",
33 "repository": "anycli/example-single-js",
34 "scripts": {
35 "lint": "eslint .",
36 "posttest": "yarn run lint",
37 "test": "mocha --forbid-only \"test/**/*.test.js\""
38 }
39}