@reown/appkit-wallet
Version:
#### 🔗 [Website](https://reown.com/appkit)
66 lines (65 loc) • 1.79 kB
JSON
{
"name": "@reown/appkit-wallet",
"version": "1.7.4",
"sideEffects": false,
"type": "module",
"main": "./dist/esm/exports/index.js",
"types": "./dist/types/exports/index.d.ts",
"files": [
"dist",
"!tsconfig.tsbuildinfo"
],
"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"
}
},
"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"
},
"dependencies": {
"@reown/appkit-common": "workspace:*",
"@reown/appkit-polyfills": "workspace:*",
"@walletconnect/logger": "2.1.2",
"zod": "3.22.4"
},
"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"
},
"devDependencies": {
"@vitest/coverage-v8": "2.1.9",
"jsdom": "24.1.0",
"vitest": "2.1.9"
},
"keywords": [
"appkit",
"wallet",
"onboarding",
"reown",
"dapps",
"web3",
"wagmi",
"ethereum",
"solana",
"bitcoin"
]
}