@reown/appkit-common
Version:
The full stack toolkit to build onchain app UX.
58 lines • 1.42 kB
JSON
{
"name": "@reown/appkit-common",
"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": {
"big.js": "6.2.2",
"dayjs": "1.11.13",
"viem": ">=2.45.0"
},
"devDependencies": {
"@types/big.js": "6.2.2",
"@vitest/coverage-v8": "2.1.9",
"vitest": "3.1.3",
"@walletconnect/types": "2.23.7",
"@walletconnect/universal-provider": "2.23.7"
},
"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",
"test": "vitest run --dir tests --coverage.enabled=true --coverage.reporter=json --coverage.reporter=json-summary --coverage.reportOnFailure=true",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
}
}