UNPKG

@reown/appkit-polyfills

Version:

The full stack toolkit to build onchain app UX.

51 lines 1.07 kB
{ "name": "@reown/appkit-polyfills", "version": "1.8.20", "sideEffects": false, "type": "module", "main": "./dist/esm/index.js", "types": "./dist/types/index.d.ts", "files": [ "dist", "!tsconfig.tsbuildinfo", "README.md" ], "dependencies": { "buffer": "6.0.3" }, "devDependencies": { "@types/node": "22.13.9" }, "author": "Reown (https://discord.gg/reown)", "license": "SEE LICENSE IN LICENSE.md", "homepage": "https://github.com/reown-com/appkit", "repository": { "type": "git", "url": "git+https://github.com/reown-com/appkit.git" }, "bugs": { "url": "https://github.com/reown-com/appkit/issues" }, "keywords": [ "appkit", "wallet", "onboarding", "reown", "dapps", "web3", "wagmi", "ethereum", "solana", "bitcoin" ], "publishConfig": { "provenance": true }, "scripts": { "build:clean": "rm -rf dist", "build": "tsc --build", "watch": "tsc --watch", "typecheck": "tsc --noEmit", "lint": "eslint . --ext .js,.jsx,.ts,.tsx" } }