-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 981 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 981 Bytes
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
{
"name": "@mdapi-issues/retrieve-behavior-scratch-org",
"description": "Minimal working example to demonstrate the Metadata API behaves differently when retrieving Metadata from a Scratch Org vs. other Org",
"private": true,
"type": "module",
"version": "0.0.0-development",
"author": "Matthias Rolke @amtrack",
"bugs": "https://github.com/mdapi-issues/retrieve-behavior-scratch-org/issues",
"devDependencies": {
"@salesforce/core": "8.23.1",
"chai": "6.2.0",
"execa": "9.6.0",
"mocha": "11.7.4"
},
"homepage": "https://github.com/mdapi-issues/retrieve-behavior-scratch-org",
"keywords": [
"salesforce",
"mdapi-issue",
"minimum-working-example",
"MWE"
],
"license": "MIT",
"repository": "mdapi-issues/retrieve-behavior-scratch-org",
"scripts": {
"develop": "sf org create scratch -f config/project-scratch-def.json --alias retrieve-behavior-scratch-org-dev --set-default",
"test": "mocha test/*.test.js"
}
}