-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 857 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
{
"name": "linkdropdemobot",
"version": "1.0.0",
"description": "Linkdrop Demo Bot",
"main": "index.js",
"author": "Amir Jumaniyazov - <[email protected]>",
"license": "MIT",
"scripts": {
"start": "npx babel-node index",
"server": "pm2 start --name rebalance-bot npm -- run start"
},
"dependencies": {
"@linkdrop-widget/sdk": "^0.0.6",
"@linkdrop/safe-module-contracts": "^0.0.2",
"@linkdrop/sdk": "^1.0.33",
"dotenv": "^8.1.0",
"ethers": "^4.0.33",
"express": "^4.17.1",
"mongoose": "^5.6.9",
"node-fetch": "^2.6.0",
"telegraf": "^3.32.0"
},
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/node": "^7.5.5",
"@babel/polyfill": "^7.4.4",
"@babel/preset-env": "^7.5.5",
"@babel/register": "^7.5.5",
"@babel/runtime": "^7.5.5"
}
}