1 | {
|
2 | "name": "@oclif/plugin-plugins",
|
3 | "description": "plugins plugin for oclif",
|
4 | "version": "5.4.21",
|
5 | "author": "Salesforce",
|
6 | "bugs": "https://github.com/oclif/plugin-plugins/issues",
|
7 | "dependencies": {
|
8 | "@oclif/core": "^4.0.33",
|
9 | "ansis": "^3.3.2",
|
10 | "debug": "^4.4.0",
|
11 | "npm": "^10.9.2",
|
12 | "npm-package-arg": "^11.0.3",
|
13 | "npm-run-path": "^5.3.0",
|
14 | "object-treeify": "^4.0.1",
|
15 | "semver": "^7.6.3",
|
16 | "validate-npm-package-name": "^5.0.1",
|
17 | "which": "^4.0.0",
|
18 | "yarn": "^1.22.22"
|
19 | },
|
20 | "devDependencies": {
|
21 | "@commitlint/config-conventional": "^19",
|
22 | "@oclif/plugin-help": "^6",
|
23 | "@oclif/prettier-config": "^0.2.1",
|
24 | "@oclif/test": "^4.1.2",
|
25 | "@types/chai": "^4.3.16",
|
26 | "@types/debug": "^4.1.12",
|
27 | "@types/mocha": "^10.0.10",
|
28 | "@types/node": "^18",
|
29 | "@types/npm-package-arg": "^6.1.4",
|
30 | "@types/semver": "^7.5.8",
|
31 | "@types/sinon": "^17",
|
32 | "@types/validate-npm-package-name": "^4.0.2",
|
33 | "@types/which": "^3.0.4",
|
34 | "chai": "^4.5.0",
|
35 | "commitlint": "^19",
|
36 | "eslint": "^8.57.1",
|
37 | "eslint-config-oclif": "^5.2.1",
|
38 | "eslint-config-oclif-typescript": "^3.1.12",
|
39 | "eslint-config-prettier": "^9.1.0",
|
40 | "husky": "^9.1.7",
|
41 | "lint-staged": "^15.2.10",
|
42 | "mocha": "^10.8.2",
|
43 | "oclif": "^4.16.0",
|
44 | "prettier": "^3.4.1",
|
45 | "shx": "^0.3.4",
|
46 | "sinon": "^18",
|
47 | "ts-node": "^10.9.2",
|
48 | "typescript": "^5.7.2"
|
49 | },
|
50 | "engines": {
|
51 | "node": ">=18.0.0"
|
52 | },
|
53 | "exports": "./lib/index.js",
|
54 | "files": [
|
55 | "oclif.manifest.json",
|
56 | "/lib"
|
57 | ],
|
58 | "homepage": "https://github.com/oclif/plugin-plugins",
|
59 | "keywords": [
|
60 | "oclif-plugin"
|
61 | ],
|
62 | "license": "MIT",
|
63 | "oclif": {
|
64 | "commands": "./lib/commands",
|
65 | "hooks": {
|
66 | "update": "./lib/hooks/update.js"
|
67 | },
|
68 | "devPlugins": [
|
69 | "@oclif/plugin-help"
|
70 | ],
|
71 | "aliases": {
|
72 | "aliasme": "@oclif/plugin-version"
|
73 | },
|
74 | "bin": "mycli",
|
75 | "flexibleTaxonomy": true,
|
76 | "scope": "oclif",
|
77 | "topicSeparator": " "
|
78 | },
|
79 | "repository": "oclif/plugin-plugins",
|
80 | "scripts": {
|
81 | "build": "shx rm -rf lib && tsc",
|
82 | "clean": "shx rm -f oclif.manifest.json",
|
83 | "compile": "tsc",
|
84 | "lint": "eslint . --ext .ts",
|
85 | "postpack": "yarn run clean",
|
86 | "posttest": "yarn lint",
|
87 | "prepack": "yarn build && oclif manifest && oclif readme",
|
88 | "prepare": "husky && yarn build",
|
89 | "pretest": "tsc -p test --noEmit",
|
90 | "test:integration:install": "mocha \"test/**/install.integration.ts\" --timeout 1200000",
|
91 | "test:integration:link": "mocha \"test/**/link.integration.ts\"",
|
92 | "test:integration:sf": "mocha \"test/**/sf.integration.ts\"",
|
93 | "test:integration": "mocha \"test/**/*.integration.ts\"",
|
94 | "test": "mocha --forbid-only \"test/**/*.test.ts\"",
|
95 | "version": "oclif readme && git add README.md"
|
96 | },
|
97 | "type": "module",
|
98 | "types": "lib/index.d.ts"
|
99 | }
|