@minswap/wc-dapp
Version:
Wallet connect integration for Cardano dApps
53 lines • 1.36 kB
JSON
{
"name": "@minswap/wc-dapp",
"description": "Wallet connect integration for Cardano dApps",
"version": "2.2.0",
"author": "Parichay <parichay@minswap.org>",
"homepage": "https://github.com/minswap/wallet-connect/",
"repository": {
"type": "git",
"url": "git+https://github.com/minswap/wallet-connect.git"
},
"bugs": {
"url": "https://github.com/minswap/wallet-connect/issues"
},
"license": "Apache-2.0",
"files": [
"dist"
],
"main": "./dist/index.es.js",
"module": "./dist/index.es.js",
"types": "./dist/index.d.ts",
"type": "module",
"keywords": [
"wallet",
"cardano",
"web3",
"crypto",
"walletconnect"
],
"dependencies": {
"@minswap/tiny-invariant": "^1.2.0",
"@walletconnect/modal": "2.7.0",
"@walletconnect/universal-provider": "2.17.3",
"bs58": "6.0.0",
"buffer": "^6.0.3",
"events": "^3.3.0"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@walletconnect/types": "^2.17.3",
"vite": "6.0.5",
"vite-plugin-dts": "^4.4.0",
"vitest": "^2.1.8"
},
"scripts": {
"dev": "vite build --minify false --watch",
"build": "vite build",
"test": "vitest",
"preview": "vite preview",
"lint": "eslint src/**/*.ts",
"prettier": "prettier --check .",
"format": "prettier --check . -w"
}
}