@reown/appkit-wallet
Version:
The full stack toolkit to build onchain app UX.
69 lines • 1.64 kB
JSON
{
"name": "@reown/appkit-wallet",
"version": "1.8.16",
"sideEffects": false,
"type": "module",
"main": "./dist/esm/exports/index.js",
"types": "./dist/types/exports/index.d.ts",
"files": [
"dist",
"!tsconfig.tsbuildinfo",
"README.md"
],
"exports": {
".": {
"types": "./dist/types/exports/index.d.ts",
"import": "./dist/esm/exports/index.js",
"default": "./dist/esm/exports/index.js"
},
"./utils": {
"types": "./dist/types/exports/utils.d.ts",
"import": "./dist/esm/exports/utils.js",
"default": "./dist/esm/exports/utils.js"
}
},
"dependencies": {
"@walletconnect/logger": "3.0.1",
"zod": "3.22.4",
"@reown/appkit-common": "1.8.16",
"@reown/appkit-polyfills": "1.8.16"
},
"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"
},
"devDependencies": {
"@vitest/coverage-v8": "2.1.9",
"jsdom": "24.1.0",
"vitest": "3.1.3"
},
"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",
"test": "vitest run --dir tests"
}
}