-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
40 lines (40 loc) · 979 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
36
37
38
39
40
{
"name": "sf-streaming-sns-bridge",
"version": "1.4.0",
"description": "Salesforce Streaming Events To AWS SNS Bridge",
"main": "index.js",
"scripts": {
"start": "node -e 'new (require(\"./app\").App)().launch()'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/james-hu/sf-pe-sns-bridge.git"
},
"keywords": [
"salesforce",
"platform",
"event",
"bus",
"aws",
"sns",
"bridge"
],
"author": "James Hu",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/james-hu/sf-pe-sns-bridge/issues"
},
"homepage": "https://github.com/james-hu/sf-pe-sns-bridge#readme",
"dependencies": {
"@handy-common-utils/promise-utils": "^1.1.0",
"aws-sdk": "^2.918.0",
"jsforce": "^1.10.1",
"lambda-log": "^2.4.0"
},
"devDependencies": {
"chai": "^4.3.4",
"mocha": "^9.0.0",
"why-is-node-running": "^2.2.0"
}
}