UNPKG

@walletconnect/types

Version:
46 lines (45 loc) 1.35 kB
{ "name": "@walletconnect/types", "description": "Typings for WalletConnect Protocol", "version": "2.23.1", "author": "WalletConnect, Inc. <walletconnect.com>", "homepage": "https://github.com/walletconnect/walletconnect-monorepo/", "license": "SEE LICENSE IN LICENSE.md", "main": "dist/index.cjs", "module": "dist/index.js", "unpkg": "dist/index.umd.js", "types": "dist/types/index.d.ts", "sideEffects": false, "files": [ "dist" ], "keywords": [ "wallet", "walletconnect" ], "scripts": { "clean": "rm -rf dist", "build:pre": "npm run clean", "build:types": "tsc", "build:source": "rollup --config rollup.config.js", "build": "npm run build:pre; npm run build:source; npm run build:types", "lint": "eslint -c '../../.eslintrc' --fix './src/**/*.ts'", "prettier": "prettier --check 'src/**/*.{js,ts,jsx,tsx}'" }, "dependencies": { "@walletconnect/events": "1.0.1", "@walletconnect/heartbeat": "1.2.2", "@walletconnect/jsonrpc-types": "1.0.4", "@walletconnect/keyvaluestorage": "1.1.1", "@walletconnect/logger": "3.0.1", "events": "3.3.0" }, "repository": { "type": "git", "url": "git+https://github.com/WalletConnect/walletconnect-monorepo.git", "directory": "packages/types" }, "publishConfig": { "provenance": true } }