UNPKG

1.69 kBJSONView Raw
1{
2 "name": "@oclif/plugin-commands",
3 "description": "plugin to show the list of all the commands",
4 "version": "2.2.9",
5 "author": "Salesforce",
6 "bugs": "https://github.com/oclif/plugin-commands/issues",
7 "dependencies": {
8 "@oclif/core": "^2.1.1",
9 "lodash": "^4.17.11"
10 },
11 "devDependencies": {
12 "@oclif/plugin-help": "^5.2.4",
13 "@oclif/test": "^2.3.5",
14 "@types/chai": "^4.3.4",
15 "@types/lodash": "^4.14.191",
16 "@types/mocha": "^8.0.0",
17 "@types/nock": "^11.1.0",
18 "@types/node": "^14.18.36",
19 "chai": "^4.3.7",
20 "eslint": "^7.3.1",
21 "eslint-config-oclif": "^3.1.0",
22 "eslint-config-oclif-typescript": "^0.2.0",
23 "globby": "^11",
24 "mocha": "^8",
25 "nock": "^13.3.0",
26 "nyc": "^15.1.0",
27 "oclif": "^3.6.3",
28 "shx": "^0.3.3",
29 "ts-node": "^9.1.1",
30 "tslib": "^2.5.0",
31 "typescript": "4.4.3"
32 },
33 "engines": {
34 "node": ">=12.0.0"
35 },
36 "files": [
37 "/lib",
38 "/oclif.manifest.json",
39 "/yarn.lock"
40 ],
41 "homepage": "https://github.com/oclif/plugin-commands",
42 "keywords": [
43 "oclif-plugin"
44 ],
45 "license": "MIT",
46 "oclif": {
47 "commands": "./lib/commands",
48 "bin": "oclif-example",
49 "devPlugins": [
50 "@oclif/plugin-help"
51 ]
52 },
53 "repository": "oclif/plugin-commands",
54 "scripts": {
55 "lint": "eslint . --ext .ts --config .eslintrc",
56 "pretest": "yarn build && tsc -p test --noEmit",
57 "test": "mocha \"test/**/*.test.ts\"",
58 "posttest": "yarn lint",
59 "prepack": "shx rm -rf lib && tsc && oclif manifest . && oclif readme",
60 "postpack": "shx rm -f oclif.manifest.json",
61 "version": "oclif readme && git add README.md",
62 "build": "shx rm -rf lib && tsc"
63 }
64}
\No newline at end of file