-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
327 lines (327 loc) · 9.09 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
{
"name": "dxb",
"description": "A cli plugin for the Salesforce CLI built by David Browaeys containing a lot of helpful commands.",
"version": "3.0.28",
"dependencies": {
"@colors/colors": "^1.6.0",
"@oclif/core": "^2.15.0",
"@salesforce/core": "^5.2.10",
"@salesforce/kit": "^3.1.6",
"@salesforce/sf-plugins-core": "^3.1.24",
"@salesforce/source-deploy-retrieve": "^9.7.28",
"@salesforce/ts-types": "^2.0.9",
"cli-table3": "^0.6.5",
"csv-parser": "^3.0.0",
"csv-split-stream": "^1.0.2",
"csv-writer": "^1.6.0",
"handlebars": "^4.7.8",
"html-docx-js-typescript": "^0.1.5",
"js2xmlparser": "^5.0.0",
"mime": "^3.0.0",
"pdf-creator-node": "^2.3.5",
"tslib": "^2",
"xml2js": "^0.6.2"
},
"devDependencies": {
"@salesforce/cli-plugins-testkit": "^4.4.7",
"@salesforce/dev-config": "^4.0.1",
"@salesforce/dev-scripts": "^5.7.0",
"@salesforce/prettier-config": "^0.0.3",
"@salesforce/sfdx-lwc-jest": "^4.0.1",
"@salesforce/ts-sinon": "^1.4.18",
"@swc/core": "^1.3.19",
"@types/fs-extra": "^11.0.3",
"@types/inquirer": "^9.0.3",
"@types/mime": "^3.0.3",
"@types/node": "^20.8.7",
"@types/xml2js": "^0.4.13",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"chai": "^4.3.6",
"eslint": "^8.50.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-salesforce": "^2.0.2",
"eslint-config-salesforce-typescript": "^1.1.2",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jsdoc": "^46.10.1",
"eslint-plugin-sf-plugin": "^1.16.2",
"husky": "^7.0.4",
"jest-junit": "^16.0.0",
"mocha": "^9.2.2",
"nyc": "^15.1.0",
"oclif": "^3.17.2",
"prettier": "^2.8.8",
"pretty-quick": "^3.1.3",
"shelljs": "^0.8.5",
"shx": "0.3.4",
"sinon": "10.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.1.6",
"wireit": "^0.14.0"
},
"engines": {
"node": ">=16.0.0"
},
"files": [
"/lib",
"/messages",
"/oclif.manifest.json"
],
"keywords": [
"force",
"salesforce",
"sfdx",
"salesforcedx",
"sfdx-plugin",
"sf-plugin",
"sf"
],
"license": "MIT",
"main": "lib/index.js",
"oclif": {
"commands": "./lib/commands",
"bin": "sf",
"topicSeparator": " ",
"devPlugins": [
"@oclif/plugin-help"
],
"topics": {
"dxb": {
"description": "A CLI plugin for the Salesforce CLI built by David Browaeys containing a lot of helpful commands.",
"subtopics": {
"apex": {
"description": "A set of command to manipulate apex.",
"subtopics": {
"coverage": {
"description": "Manage Apex code coverage"
},
"scan": {
"description": "Scan Apex files for specific content"
},
"trigger": {
"description": "Manage Apex triggers"
}
}
},
"api": {
"description": "A set of commands to manipulate api versioning."
},
"community": {
"description": "A set of commands to work with communities"
},
"data": {
"description": "A set of commands that allows to manipulate and optimize data.",
"subtopics": {
"bulk": {
"description": "A set of commands that extends bulk api(i.e.: query)."
},
"file": {
"description": "A couple of commands to export and import data from and to salesforce"
},
"query": {
"description": "CLI version of the salesforce query plan tool to optimize and speed up queries."
}
}
},
"graphql": {
"description": "A set of commands to work with GraphQl"
},
"junit": {
"description": "A set of commands to work with JUnit testing"
},
"mdapi": {
"description": "A set of commands that extends dx mdapi topic."
},
"object": {
"description": "A set of commands to work with salesforce objects.",
"subtopics": {
"fields": {
"description": "A set of commands to work with salesforce fields."
},
"relationships": {
"description": "A set of commands regarding object relationships"
},
"vr": {
"description": "A set of commands regarding validation rule"
}
}
},
"org": {
"description": "A set of commands for scratch org and sandbox"
},
"package": {
"description": "A set of commands to work with packages",
"subtopics": {
"dependencies": {
"description": "A set of commands that work on package dependencies"
}
}
},
"permissionset": {
"description": "A set of commands for permission sets"
},
"profile": {
"description": "A set of commands that allow to manipulate and facilitate salesforce profiles.",
"subtopics": {
"passwordpolicies": {
"description": "Work with Password Policies"
}
}
},
"schema": {
"description": "A set of commands to work around schemas",
"subtopics": {
"doc": {
"description": "Handles schema document generation"
}
}
},
"source": {
"description": "A set of commands to manipulate source format"
},
"static": {
"description": "A set of commands regarding static resource"
},
"user": {
"description": "A set of commands to work around user related topics",
"subtopics": {
"access": {
"description": "Describe access rights for a user"
}
}
},
"lwc": {
"description": "A set of commands to work with LWC components",
"subtopics": {
"test": {
"description": "Perform LWC tests"
}
}
}
}
}
}
},
"scripts": {
"build": "wireit",
"clean": "sf-clean",
"clean-all": "sf-clean all",
"clean:lib": "shx rm -rf lib && shx rm -rf coverage && shx rm -rf .nyc_output && shx rm -f oclif.manifest.json",
"compile": "wireit",
"docs": "sf-docs",
"format": "wireit",
"lint": "wireit",
"postpack": "shx rm -f oclif.manifest.json",
"prepack": "sf-prepack",
"test": "wireit",
"test:nuts": "nyc mocha \"**/*.nut.ts\" --slow 4500 --timeout 600000 --parallel",
"test:only": "wireit",
"version": "oclif readme"
},
"publishConfig": {
"access": "public"
},
"wireit": {
"build": {
"dependencies": [
"compile",
"lint"
]
},
"compile": {
"command": "tsc -p . --pretty --incremental",
"files": [
"src/**/*.ts",
"**/tsconfig.json",
"messages/**"
],
"output": [
"lib/**",
"*.tsbuildinfo"
],
"clean": "if-file-deleted"
},
"format": {
"command": "prettier --write \"+(src|test|schemas)/**/*.+(ts|js|json)|command-snapshot.json\"",
"files": [
"src/**/*.ts",
"test/**/*.ts",
"schemas/**/*.json",
"command-snapshot.json",
".prettier*"
],
"output": []
},
"lint": {
"command": "eslint src test --color --cache --cache-location .eslintcache --ignore",
"files": [
"src/**/*.ts",
"test/**/*.ts",
"messages/**",
"**/.eslint*",
"**/tsconfig.json"
],
"output": []
},
"test:compile": {
"command": "tsc -p \"./test\" --pretty",
"files": [
"test/**/*.ts",
"**/tsconfig.json"
],
"output": []
},
"test": {
"dependencies": [
"test:compile",
"test:only",
"lint"
]
},
"test:only": {
"command": "nyc mocha \"test/**/*.nut.ts\"",
"env": {
"FORCE_COLOR": "2"
},
"files": [
"test/**/*.ts",
"src/**/*.ts",
"**/tsconfig.json",
".mocha*",
"!*.nut.ts",
".nycrc"
],
"output": []
},
"test:command-reference": {
"command": "\"./bin/dev\" commandreference:generate --erroronwarnings",
"files": [
"src/**/*.ts",
"messages/**",
"package.json"
],
"output": [
"tmp/root"
]
},
"test:deprecation-policy": {
"command": "\"./bin/dev\" snapshot:compare",
"files": [
"src/**/*.ts"
],
"output": [],
"dependencies": [
"compile"
]
},
"test:json-schema": {
"command": "\"./bin/dev\" schema:compare",
"files": [
"src/**/*.ts",
"schemas"
],
"output": []
}
},
"author": "David Browaeys"
}