UNPKG

tonweb

Version:

TonWeb - JavaScript API for TON blockchain

50 lines (49 loc) 1.15 kB
{ "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 } }