-
Notifications
You must be signed in to change notification settings - Fork 175
/
package.json
49 lines (49 loc) · 1.12 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "tonweb",
"version": "0.0.66",
"description": "TonWeb - JavaScript API for TON blockchain",
"main": "src/index.js",
"types": "dist/types/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx webpack --mode=none"
},
"keywords": [
"TON",
"Blockchain",
"API"
],
"authors": [
{
"name": "EmelyanenkoK"
},
{
"name": "tolya-yanot"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/toncenter/tonweb/issues"
},
"homepage": "https://github.com/toncenter/tonweb#readme",
"repository": "https://github.com/toncenter/tonweb",
"dependencies": {
"@ledgerhq/hw-transport-web-ble": "5.48.0",
"@ledgerhq/hw-transport-webhid": "5.48.0",
"@ledgerhq/hw-transport-webusb": "5.48.0",
"bn.js": "5.1.1",
"ethjs-unit": "0.1.6",
"isomorphic-webcrypto": "2.3.8",
"node-fetch": "2.6.7",
"tweetnacl": "1.0.3"
},
"devDependencies": {
"@sinonjs/fake-timers": "^9.1.1",
"buffer": "6.0.3",
"webpack": "5.70.0",
"webpack-cli": "4.10.0"
},
"browser": {
"node-fetch": false
}
}