-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1004 Bytes
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1004 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "sf-einstein",
"version": "0.0.10",
"description": "Salesforce Einstein API",
"engines": {
"node": "13.x"
},
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "node test.js"
},
"publishConfig": {
"github": "https://npm.pkg.github.com/@hsaraujo",
"npm": "https://registry.npmjs.org/"
},
"dependencies": {
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"node-fetch": "^2.6.0",
"dotenv": "^8.2.0",
"bluebird": "^3.7.2"
},
"devDependencies": {
"node-forge": "^0.10.0",
"nodemon": "^2.0.2",
"request": "^2.88.0",
"tape": "^4.13.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hsaraujo/sf-einstein.git"
},
"keywords": [
"salesforce",
"einstein",
"predict"
],
"author": "Heitor Araujo",
"license": "MIT",
"bugs": {
"url": "https://github.com/hsaraujo/sf-einstein/issues"
},
"homepage": "https://github.com/hsaraujo/sf-einstein#readme"
}