UNPKG

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