@reown/appkit-polyfills
Version:
#### 🔗 [Website](https://reown.com/appkit)
47 lines • 1 kB
JSON
{
"name": "@reown/appkit-polyfills",
"version": "1.7.10",
"sideEffects": false,
"type": "module",
"main": "./dist/esm/index.js",
"types": "./dist/types/index.d.ts",
"files": [
"dist",
"!tsconfig.tsbuildinfo"
],
"dependencies": {
"buffer": "6.0.3"
},
"devDependencies": {
"@types/node": "22.13.9"
},
"author": "Reown <support@reown.com> (https://reown.com)",
"license": "Apache-2.0",
"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"
],
"scripts": {
"build:clean": "rm -rf dist",
"build": "tsc --build",
"watch": "tsc --watch",
"typecheck": "tsc --noEmit",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
}
}