{
  "name": "tonweb-wallet-generator",
  "version": "1.5.0",
  "description": "TonWeb Wallet Generator is a tool that generates wallet addresses for various versions of TON wallets using a seed phrase stored in a .env file. This tool utilizes the TonWeb library to interact with the TON blockchain.",
  "main": "src/generate.js",
  "scripts": {
    "start": "node src/generate.js",
    "generate": "node src/generate.js"
  },
  "keywords": [
    "TON",
    "Blockchain",
    "The Open Network",
    "Mnemonic",
    "Private Key",
    "Wallet",
    "TonWeb"
  ],
  "author": "Sekuja",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/sekuja/tonweb-wallet-generator.git"
  },
  "bugs": {
    "url": "https://github.com/sekuja/tonweb-wallet-generator/issues"
  },
  "homepage": "https://github.com/sekuja/tonweb-wallet-generator#readme",
  "dependencies": {
    "dotenv": "^16.4.5",
    "tonweb": "^0.0.66",
    "tonweb-mnemonic": "^1.0.1"
  }
}
