|
11 | 11 | "@oclif/plugin-command-snapshot": "^5.3.22", |
12 | 12 | "@salesforce/cli-plugins-testkit": "^5.3.58", |
13 | 13 | "@salesforce/dev-scripts": "^11.0.4", |
14 | | - "@types/mocha": "^10.0.10", |
15 | | - "@types/node": "^25.9.1", |
16 | 14 | "eslint-plugin-sf-plugin": "^1.20.33", |
17 | | - "husky": "^9.1.7", |
18 | 15 | "oclif": "^4.23.8", |
19 | 16 | "ts-node": "^10.9.2", |
20 | | - "typescript": "^6.0.3", |
21 | | - "wireit": "^0.14.12" |
| 17 | + "typescript": "^5.9.3" |
22 | 18 | }, |
23 | 19 | "engines": { |
24 | 20 | "node": ">=18.0.0" |
|
38 | 34 | "sfdx", |
39 | 35 | "sfdx-plugin" |
40 | 36 | ], |
41 | | - "license": "BSD-3-Clause", |
| 37 | + "license": "Apache-2.0", |
42 | 38 | "oclif": { |
43 | 39 | "commands": "./lib/commands", |
44 | 40 | "bin": "sf", |
|
47 | 43 | "@oclif/plugin-help" |
48 | 44 | ], |
49 | 45 | "topics": { |
50 | | - "hello": { |
51 | | - "description": "Commands to say hello." |
| 46 | + "data": { |
| 47 | + "description": "Manage records in your org.", |
| 48 | + "subtopics": { |
| 49 | + "setup": { |
| 50 | + "description": "Retrieve setup data from one org and deploy it to another." |
| 51 | + } |
| 52 | + }, |
| 53 | + "external": true |
52 | 54 | } |
53 | 55 | }, |
54 | 56 | "flexibleTaxonomy": true |
|
59 | 61 | "clean-all": "sf-clean all", |
60 | 62 | "compile": "wireit", |
61 | 63 | "docs": "sf-docs", |
| 64 | + "fix-license": "eslint src test --fix --rule \"header/header: [2]\"", |
62 | 65 | "format": "wireit", |
63 | 66 | "link-check": "wireit", |
64 | 67 | "lint": "wireit", |
65 | 68 | "postinstall": "yarn husky install", |
66 | 69 | "postpack": "sf-clean --ignore-signing-artifacts", |
67 | 70 | "prepack": "sf-prepack", |
| 71 | + "prepare": "sf-install", |
68 | 72 | "test": "wireit", |
69 | 73 | "test:nuts": "nyc mocha \"**/*.nut.ts\" --slow 4500 --timeout 600000 --parallel", |
70 | 74 | "test:only": "wireit", |
|
133 | 137 | "test:only": { |
134 | 138 | "command": "nyc mocha \"test/**/*.test.ts\"", |
135 | 139 | "env": { |
136 | | - "FORCE_COLOR": "2", |
137 | | - "TS_NODE_PROJECT": "test/tsconfig.json" |
| 140 | + "FORCE_COLOR": "2" |
138 | 141 | }, |
139 | 142 | "files": [ |
140 | 143 | "test/**/*.ts", |
|
176 | 179 | "output": [] |
177 | 180 | }, |
178 | 181 | "link-check": { |
179 | | - "command": "node -e \"process.exit(process.env.CI ? 0 : 1)\" || linkinator \"**/*.md\" --skip \"CHANGELOG.md|node_modules|test/|confluence.internal.salesforce.com|my.salesforce.com|%s\" --markdown --retry --directory-listing --verbosity error", |
| 182 | + "command": "node -e \"process.exit(process.env.CI ? 0 : 1)\" || linkinator \"**/*.md\" --skip \"CHANGELOG.md|node_modules|test/|confluence.internal.salesforce.com|my.salesforce.com|localhost|%s\" --markdown --retry --directory-listing --verbosity error", |
180 | 183 | "files": [ |
181 | 184 | "./*.md", |
182 | 185 | "./!(CHANGELOG).md", |
|
0 commit comments