UNPKG

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