UNPKG

2.13 kBJSONView Raw
1{
2 "name": "oclif",
3 "description": "oclif: create your own CLI",
4 "version": "1.13.6",
5 "author": "Jeff Dickey @jdxcode",
6 "bin": "./bin/run",
7 "bugs": "https://github.com/oclif/oclif/issues",
8 "dependencies": {
9 "@oclif/command": "^1.5.8",
10 "@oclif/config": "^1.12.6",
11 "@oclif/errors": "^1.2.2",
12 "@oclif/fixpack": "^2.3.0",
13 "@oclif/plugin-help": "^2.1.6",
14 "@oclif/plugin-not-found": "^1.2.2",
15 "@oclif/plugin-warn-if-update-available": "^1.5.4",
16 "debug": "^4.1.1",
17 "lodash": "^4.17.11",
18 "nps-utils": "^1.7.0",
19 "sort-pjson": "^1.0.3",
20 "tslib": "^1.9.3",
21 "yeoman-environment": "^2.3.4",
22 "yeoman-generator": "^3.2.0",
23 "yosay": "^2.0.2"
24 },
25 "devDependencies": {
26 "@oclif/dev-cli": "^1.21.0",
27 "@oclif/tslint": "^3.1.1",
28 "@types/lodash": "^4.14.121",
29 "@types/read-pkg": "^3.0.0",
30 "@types/shelljs": "^0.8.3",
31 "@types/yeoman-generator": "^3.0.2",
32 "@types/yosay": "^0.0.29",
33 "chai": "^4.2.0",
34 "eslint": "^5.13.0",
35 "eslint-config-oclif": "^3.1.0",
36 "execa": "^1.0.0",
37 "fancy-test": "^1.4.3",
38 "fs-extra": "^7.0.1",
39 "globby": "^9.0.0",
40 "mocha": "^5.2.0",
41 "npm-run-path": "^2.0.2",
42 "nps": "^5.9.3",
43 "shelljs": "^0.8.3",
44 "tmp": "^0.0.33",
45 "ts-node": "^8.0.2",
46 "tslint": "^5.12.1",
47 "typescript": "^3.3.3"
48 },
49 "engines": {
50 "node": ">=8.0.0"
51 },
52 "files": [
53 ".oclif.manifest.json",
54 "/bin",
55 "/lib",
56 "/templates"
57 ],
58 "homepage": "https://github.com/oclif/oclif",
59 "keywords": [
60 "oclif"
61 ],
62 "license": "MIT",
63 "main": "lib/index.js",
64 "oclif": {
65 "commands": "./lib/commands",
66 "plugins": [
67 "@oclif/plugin-help",
68 "@oclif/plugin-warn-if-update-available",
69 "@oclif/plugin-not-found"
70 ],
71 "bin": "oclif"
72 },
73 "repository": "oclif/oclif",
74 "scripts": {
75 "lint": "nps lint",
76 "postpack": "rm .oclif.manifest.json",
77 "posttest": "yarn run lint",
78 "prepack": "rm -rf lib && tsc && oclif-dev manifest",
79 "version": "oclif-dev readme && git add README.md",
80 "test": "nps test"
81 },
82 "types": "lib/index.d.ts"
83}