@mybucks.online/core
Version:
Core library for Mybucks.online — a seedless wallet and gifting wallet: disposable gift wallets, fund and share via secure 1-click URL. Browser-only (no servers, database, or install). Cryptography and wallet primitives for airdrops, giveaways, campaigns,
91 lines (90 loc) • 2.18 kB
JSON
{
"name": "@mybucks.online/core",
"version": "3.0.1",
"description": "Core library for Mybucks.online — a seedless wallet and gifting wallet: disposable gift wallets, fund and share via secure 1-click URL. Browser-only (no servers, database, or install). Cryptography and wallet primitives for airdrops, giveaways, campaigns, and instant onboarding.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"clean": "rm -rf dist",
"build": "tsc -p tsconfig.json",
"test": "npm run build && tsx --test test/index.test.ts test/legacy.test.ts test/random.test.ts"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"default": "./dist/index.js"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/mybucks-online/core.git"
},
"keywords": [
"mybucks",
"mybucks.online",
"seedless-wallet",
"gifting-wallet",
"gift-wallet",
"burner-wallet",
"p2p-gifting",
"disposable-crypto-wallet",
"1-click-gifting",
"browser-based-wallet",
"crypto-airdrop",
"marketing-campaigns",
"instant-onboarding",
"no-seed-phrase",
"self-custodial",
"crypto-gift",
"temporary-wallet",
"crypto-url-wallet",
"layer3",
"crypto-marketing",
"ethereum",
"arbitrum",
"optimism",
"bnb-chain",
"polygon",
"avalanche",
"tron",
"usdt",
"decentralized-wallet",
"multi-chain",
"wallet",
"crypto",
"scrypt",
"keccak256",
"key-generation",
"open-source"
],
"author": "koko37",
"license": "MIT",
"bugs": {
"url": "https://github.com/mybucks-online/core/issues"
},
"homepage": "https://mybucks.online",
"dependencies": {
"buffer": "^6.0.3",
"ethers": "^6.13.5",
"nanoid": "^5.0.9",
"scrypt-js": "^3.0.1",
"tronweb": "^6.3.0",
"zxcvbn": "^4.4.2"
},
"devDependencies": {
"@types/node": "^24.10.0",
"@types/zxcvbn": "^4.4.5",
"tsx": "^4.19.4",
"typescript": "^5.9.3"
},
"overrides": {
"axios": "1.15.2"
}
}