@ton.js/core
Version:
TonWeb - JavaScript API for TON blockchain
76 lines (75 loc) • 1.87 kB
JSON
{
"name": "@ton.js/core",
"version": "0.0.35-beta.3",
"description": "TonWeb - JavaScript API for TON blockchain",
"main": "dist/index.js",
"types": "dist/types/index.d.ts",
"scripts": {
"build": "./bin/update-version && npm run build:tsc",
"build:tsc": "rimraf ./dist && tsc -p ./tsconfig.lib.json",
"prepack": "npm test && npm run build",
"test": "jest",
"test:coverage": "jest --coverage"
},
"keywords": [
"API",
"Blockchain",
"TON"
],
"author": {
"name": "tolya-yanot",
"url": "https://github.com/tolya-yanot"
},
"contributors": [
{
"name": "rulon"
},
{
"name": "Slava Fomin II",
"email": "slava@fomin.io",
"url": "https://github.com/slavafomin"
}
],
"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",
"engines": {
"node": ">=15"
},
"publishConfig": {
"access": "public"
},
"files": [
"dist/",
"LICENSE",
"README.md"
],
"dependencies": {
"@ledgerhq/hw-transport-web-ble": "5.48.0",
"@ledgerhq/hw-transport-webhid": "5.48.0",
"@ledgerhq/hw-transport-webusb": "5.48.0",
"@types/bn.js": "^5.1.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",
"@types/jest": "^27.4.1",
"@types/ledgerhq__hw-transport": "^4.21.4",
"@types/ledgerhq__hw-transport-webusb": "^4.70.1",
"@types/node": "^15.14.9",
"buffer": "6.0.3",
"jest": "^27.5.1",
"jest-junit": "^13.0.0",
"rimraf": "^3.0.2",
"ts-jest": "^27.1.3",
"ts-node": "^10.7.0",
"typescript": "^4.6.2"
}
}