-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.03 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
{
"name": "heat-sfdx-metadata",
"version": "0.3.3",
"license": "MIT",
"author": "takahitomiyamoto",
"keywords": [
"salesforce",
"sfdx",
"metadata-api"
],
"bugs": {
"url": "https://github.com/takahitomiyamoto/heat-sfdx-metadata/issues"
},
"homepage": "https://takahitomiyamoto.github.io/heat-sfdx-metadata/index.html",
"repository": {
"type": "git",
"url": "git+https://github.com/takahitomiyamoto/heat-sfdx-metadata.git"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"prettier": "prettier \"**/*.{ts,json,md}\" --write --log-level log",
"typedoc": "typedoc --out docs src && touch docs/.nojekyll"
},
"devDependencies": {
"prettier": "3.4.1",
"typedoc": "0.27.1"
},
"dependencies": {
"@types/bluebird": "3.5.42",
"@types/node": "22.10.1",
"@types/request": "2.48.12",
"@types/sax": "1.2.7",
"fast-safe-stringify": "2.1.1",
"heat-sfdx-common": "0.3.7",
"soap": "1.1.6",
"typescript": "5.7.2"
}
}