{
  "name": "@unielon/wallet-tg-sdk",
  "description": "unielon wallet sdk for telegram",
  "private": false,
  "author": "unielon",
  "version": "0.0.4",
  "type": "module",
  "main": "dist/index_es.js",
  "module": "dist/index_es.js",
  "types": "dist/src/index.d.ts",
  "files": [
    "dist",
    "example",
    "README.md"
  ],
  "keywords": [
    "cipherbrowser",
    "unielon wallet",
    "telegram sdk",
    "dogecoin",
    "blockchain",
    "dogecoin wallet",
    "web3",
    "telegram",
    "unielon",
    "unielon.com"
  ],
  "scripts": {
    "dev": "vite --port 9000",
    "build": "tsc && vite build",
    "preview": "vite preview",
    "lint": "eslint . --ext .ts",
    "build:watch": "vite build --watch",
    "publish": "npm run build && npm publish"
  },
  "devDependencies": {
    "@eslint/js": "^9.12.0",
    "@types/debug": "^4.1.12",
    "@types/qs": "^6.9.16",
    "@types/uuid": "^10.0.0",
    "@typescript-eslint/eslint-plugin": "^8.10.0",
    "@typescript-eslint/parser": "^8.10.0",
    "eslint": "^9.12.0",
    "eslint-plugin-import": "^2.31.0",
    "eslint-plugin-react": "^7.37.1",
    "eslint-plugin-react-hooks": "^5.0.0",
    "globals": "^15.11.0",
    "qs": "^6.13.0",
    "typescript": "^5.5.3",
    "typescript-eslint": "^8.10.0",
    "vite": "^5.4.8",
    "vite-plugin-dts": "^4.2.4"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "dependencies": {
    "axios": "^1.7.7",
    "debug": "^4.3.7",
    "eventemitter3": "^5.0.1",
    "fast-glob": "^3.3.2",
    "uuid": "^10.0.0"
  }
}
