forked from abridged/dao-help
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 862 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 862 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
{
"name": "node-red-project",
"description": "A Node-RED Project",
"version": "0.0.1",
"private": true,
"dependencies": {
"@aws-crypto/client-node": "^1.0.4",
"abridged": "^2.0.0-beta.2",
"aws-sdk": "^2.659.0",
"eth-sdk": "^0.2.8",
"ethers": "^4.0.46",
"node-fetch": "^2.6.0",
"node-red-contrib-chatbot": "~0.18.15",
"node-red-contrib-loop-processing": "^0.4.0",
"node-red-contrib-simple-message-queue": "^0.2.5",
"node-red-contrib-viseo-airtable": "github:alokt/node-red-contrib-airtable#master",
"node-red-node-twitter": "~1.1.6",
"telegraf": "^3.37.0",
"ws": "^7.2.3"
},
"main": "settings.js",
"directories": {
"lib": "lib"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC"
}