{
  "name": "better-auth-thirdweb-plugin",
  "version": "1.0.0",
  "description": "Generate crypto wallets for your users - powered by thirdweb",
  "repository": {
    "type": "git",
    "url": "https://github.com/kien-ngo/better-auth-thirdweb-plugin.git"
  },
  "bugs": "https://github.com/kien-ngo/better-auth-thirdweb-plugin/issues",
  "author": "Kien Ngo <contact@kien.ngo>",
  "license": "MIT",
  "keywords": [
    "thirdweb",
    "authentication",
    "better-auth",
    "plugin"
  ],
  "type": "module",
  "devDependencies": {
    "@types/bun": "^1.2.5"
  },
  "peerDependencies": {
    "typescript": "^5.0.0"
  },
  "dependencies": {
    "better-auth": "^1.2.3",
    "bun-plugin-dts": "^0.3.0"
  },
  "scripts": {
    "build": "bun run build.ts",
    "test": "bun test",
    "publish": "npm publish --access public"
  },
  "files": [
    "dist"
  ],
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    "types": "./dist/index.d.ts",
    "import": "./dist/index.js",
    "require": "./dist/index.cjs"
  }
}