@tetherto/wdk-wallet-ton-gasless
Version:
A simple package to manage BIP-32 wallets for the TON blockchain, which implement the gasless functionality
68 lines (67 loc) • 1.63 kB
JSON
{
"name": "@tetherto/wdk-wallet-ton-gasless",
"version": "1.0.0-beta.3",
"description": "A simple package to manage BIP-32 wallets for the TON blockchain, which implement the gasless functionality",
"keywords": [
"wdk",
"wallet",
"bip-32",
"ton",
"gasless"
],
"author": "Tether",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git://github.com/tetherto/wdk-wallet-ton-gasless.git"
},
"main": "index.js",
"type": "module",
"types": "./types",
"scripts": {
"build:types": "tsc",
"lint": "standard",
"lint:fix": "standard --fix",
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest",
"test:coverage": "cross-env NODE_OPTIONS=--experimental-vm-modules jest --coverage"
},
"dependencies": {
"@tetherto/wdk-wallet": "^1.0.0-beta.1",
"@tetherto/wdk-wallet-ton": "1.0.0-beta.5",
"@ton-api/client": "0.4.0",
"bare-node-runtime": "^1.1.4",
"@ton/ton": "15.1.0"
},
"devDependencies": {
"standard": "17.1.2",
"typescript": "5.8.3",
"cross-env": "7.0.3",
"jest": "29.7.0",
"@ton-community/assets-sdk": "0.0.5",
"@ton/sandbox": "0.32.2",
"@ton/test-utils": "0.7.0"
},
"overrides": {
"axios": "1.12.2"
},
"exports": {
".": {
"types": "./types/index.d.ts",
"bare": "./bare.js",
"default": "./index.js"
},
"./package": {
"default": "./package.json"
}
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"standard": {
"ignore": [
"bare.js",
"tests/**/*.js"
]
}
}