-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 847 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 847 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
{
"name": "wallet-tracker",
"version": "1.0.0",
"description": "Telegram bot which tracks token transfers of scpecified wallets",
"main": "main.js",
"dependencies": {
"@metaplex/js": "^4.12.0",
"@solana/spl-token": "^0.2.0",
"@solana/web3.js": "^1.43.2",
"babel-polyfill": "^6.26.0",
"babel-register": "^6.26.0",
"csv-parser": "^3.0.0",
"csv-stringify": "^6.0.5",
"csv-write-stream": "^2.0.0",
"csvtojson": "^2.0.10",
"dotenv": "^16.0.0",
"ethers": "^5.6.5",
"ethplorer-js": "^0.0.7",
"firebase": "^9.6.11",
"javascript-state-machine": "^3.1.0",
"json2csv": "^5.0.7",
"node-telegram-bot-api": "^0.57.0",
"nodemon": "^2.0.16",
"telegraf": "^4.7.0"
},
"type": "commonjs",
"engines": {
"node": "16.13.0"
},
"scripts": {
"start": "node main.js"
}
}