@ton-keychain/core
Version:
SDK for creating multi account mnemonics
50 lines (49 loc) • 1.08 kB
JSON
{
"name": "@ton-keychain/core",
"version": "0.0.4",
"description": "SDK for creating multi account mnemonics",
"files": [
"dist"
],
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.js",
"import": "./dist/index.mjs",
"default": "./dist/index.js"
}
},
"scripts": {
"build": "tsup && npx rimraf ./dist/index.d.mts",
"test": "vitest run"
},
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/tonkeeper/ton-keychain/issues"
},
"homepage": "https://github.com/tonkeeper/ton-keychain",
"repository": {
"type": "git",
"url": "git+https://github.com/tonkeeper/ton-keychain.git"
},
"keywords": [
"TON",
"Blockchain",
"Mnemonic",
"Account"
],
"author": "Ton Apps",
"authors": [
{
"name": "siandreev",
"url": "https://github.com/siandreev"
}
],
"dependencies": {
"@scure/bip39": "^1.2.2",
"@ton/crypto": "^3.2.0"
}
}