-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 798 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 798 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
{
"name": "tonscamtester",
"version": "1.0.0",
"description": "Powerful tool to detect scam entities (Jetton, NFT, etc) by emulating smart contracts execution in a remote TON network.",
"main": "index.js",
"scripts": {
"start": "npx ts-node index.ts",
"tsc": "npx tsc -p tsconfig.json"
},
"keywords": [],
"author": "BeyCoder",
"license": "GPL-3.0-or-later",
"dependencies": {
"@dedust/sdk": "^0.8.7",
"@orbs-network/ton-access": "^2.3.3",
"@ton/core": "^0.56.3",
"@ton/crypto": "^3.2.0",
"@ton/sandbox": "^0.20.0",
"@ton/ton": "^13.11.2",
"axios": "^1.7.2",
"node-telegram-bot-api": "^0.66.0"
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/node": "^20.12.7",
"@types/node-telegram-bot-api": "^0.64.6"
}
}