-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
33 lines (33 loc) · 1.01 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
{
"name": "sfdc-soup",
"version": "18.4.0",
"description": "A simple API to view your Salesforce dependencies, powered by HappySoup.io",
"main": "src/index.js",
"scripts": {
"start": "node examples/example.js",
"test": "echo \"Error: no test specified\" && exit 1",
"update-api": "npm install sfdc-happy-api@latest && npm version minor && git commit -a -m \"updated api\" && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pgonzaleznetwork/sfdc-soup.git"
},
"keywords": [
"salesforce"
],
"author": "Pablo Gonzalez <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/pgonzaleznetwork/sfdc-soup/issues"
},
"dependencies": {
"dotenv": "^8.2.0",
"fast-xml-parser": "3.18.0",
"forcemula": "^0.0.1",
"node-fetch": "^2.6.0",
"sf-standard-field-dependency": "2.0.0",
"sfdc-happy-api": "3.0.0",
"strip-comments": "2.0.1"
},
"homepage": "https://github.com/pgonzaleznetwork/sfdc-soup#readme"
}