UNPKG

1.58 kBJSONView Raw
1{
2 "name": "@oclif/command",
3 "description": "oclif base command",
4 "version": "1.5.13",
5 "author": "Jeff Dickey @jdxcode",
6 "bugs": "https://github.com/oclif/command/issues",
7 "dependencies": {
8 "@oclif/errors": "^1.2.2",
9 "@oclif/parser": "^3.7.3",
10 "debug": "^4.1.1",
11 "semver": "^5.6.0"
12 },
13 "devDependencies": {
14 "@oclif/config": "^1.12.10",
15 "@oclif/plugin-help": "^2.1.6",
16 "@oclif/plugin-plugins": "^1.7.7",
17 "@oclif/tslint": "^3.1.1",
18 "@types/chai": "^4.1.7",
19 "@types/mocha": "^5.2.6",
20 "@types/node": "^10.12.24",
21 "@types/semver": "^5.5.0",
22 "chai": "^4.2.0",
23 "cli-ux": "^5.1.0",
24 "conventional-changelog-cli": "^2.0.12",
25 "fancy-test": "^1.4.3",
26 "globby": "^9.0.0",
27 "mocha": "^6.0.2",
28 "ts-node": "^8.0.3",
29 "tslint": "^5.14.0",
30 "typescript": "^3.3.3333"
31 },
32 "engines": {
33 "node": ">=8.0.0"
34 },
35 "files": [
36 "/flush.js",
37 "/lib"
38 ],
39 "homepage": "https://github.com/oclif/command",
40 "keywords": [
41 "oclif"
42 ],
43 "license": "MIT",
44 "main": "lib/index.js",
45 "oclif": {
46 "devPlugins": [
47 "@oclif/plugin-help",
48 "@oclif/plugin-plugins"
49 ]
50 },
51 "repository": "oclif/command",
52 "scripts": {
53 "build": "rm -rf lib && tsc",
54 "lint": "tsc -p test --noEmit && tslint -p test -t stylish",
55 "posttest": "yarn run lint",
56 "prepublishOnly": "yarn run build",
57 "test": "mocha --forbid-only \"test/**/*.test.ts\"",
58 "version": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md"
59 },
60 "types": "lib/index.d.ts"
61}