forked from toncenter/tonweb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.03 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.03 KB
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
{
"name": "tonweb",
"version": "0.0.18",
"description": "TonWeb - JavaScript API for TON blockchain",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx webpack --mode=none"
},
"keywords": [
"TON",
"Blockchain",
"API"
],
"authors": [
{
"name": "rulon"
},
{
"name": "tolya-yanot"
}
],
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/toncenter/tonweb/issues"
},
"homepage": "https://github.com/toncenter/tonweb#readme",
"repository": "https://github.com/toncenter/tonweb",
"dependencies": {
"bn.js": "^5.1.1",
"tweetnacl": "^1.0.3",
"ethjs-unit": "^0.1.6",
"xmlhttprequest": "^1.8.0",
"@ledgerhq/hw-transport-webusb": "^5.46.0",
"@ledgerhq/hw-transport-webhid": "^5.46.0",
"@ledgerhq/hw-transport-web-ble": "^5.46.0"
},
"devDependencies": {
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11"
},
"browser": {
"crypto": false,
"xmlhttprequest": false
}
}