-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 738 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 738 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
{
"name": "ton-network-handler",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/bluezdot/ton-network-handler.git",
"author": "bluezdot <72647326+bluezdot@users.noreply.github.com>",
"license": "MIT",
"dependencies": {
"@orbs-network/ton-access": "^2.3.3",
"@ton/core": "^0.56.3",
"@ton/crypto": "^3.2.0",
"@ton/ton": "^15.0.0",
"@tonconnect/sdk": "^3.0.3",
"@tonconnect/ui-react": "^2.0.5",
"@types/node": "^20.14.11",
"buffer": "^6.0.3",
"tonweb": "^0.0.66",
"tonweb-mnemonic": "^1.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.5.3"
},
"devDependencies": {
"eslint": "9.x",
"globals": "^15.9.0",
"typescript-eslint": "^8.0.0"
}
}