-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 856 Bytes
/
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
{
"name": "salesforce-restapi-made-easy",
"version": "1.0.5",
"description": "Node.js implementation of the salesforce's rest API.",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rogermori/salesforce-restapi-made-easy.git"
},
"keywords": [
"salesforce",
"rest",
"api"
],
"author": "Roger Mori",
"license": "MIT",
"bugs": {
"url": "https://github.com/rogermori/salesforce-restapi-made-easy/issues"
},
"homepage": "https://github.com/rogermori/salesforce-restapi-made-easy#readme",
"dependencies": {
"api-made-easy": "^1.1.2",
"axios": "^0.18.1",
"objects-made-easy": "^1.0.7"
},
"devDependencies": {
"eslint": "^5.7.0",
"eslint-config-google": "^0.11.0",
"jest": "^25.2.7",
"merge": "^1.2.1"
}
}