UNPKG

@perawallet/connect

Version:

JavaScript SDK for integrating Pera Wallet to web applications.

66 lines (65 loc) 2.04 kB
{ "version": "1.5.0", "name": "@perawallet/connect", "description": "JavaScript SDK for integrating Pera Wallet to web applications.", "type": "module", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "module": "dist/index.js", "types": "./dist/index.d.ts", "scripts": { "dev": "./node_modules/.bin/rollup -c -w", "build": "npm run eslint && ./node_modules/.bin/rollup -c", "build:release": "./node_modules/.bin/rollup -c", "eslint": "./node_modules/.bin/eslint --ext .jsx,.js,.tsx,.ts src/", "prettify": "prettier --config ./.prettierrc.js --write \"src/**/*.{ts,tsx}\"", "type-check:watch": "tsc --watch" }, "author": "Pera Wallet", "license": "ISC", "devDependencies": { "@hipo/eslint-config-base": "^4.1.1", "@hipo/eslint-config-typescript": "^1.1.0", "@rollup/plugin-image": "^2.1.1", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-replace": "^5.0.2", "@typescript-eslint/eslint-plugin": "^5.17.0", "@typescript-eslint/parser": "^5.17.0", "eslint": "^8.12.0", "eslint-config-prettier": "^8.5.0", "prettier": "^2.6.1", "rollup": "^2.70.1", "rollup-plugin-eslint": "^7.0.0", "rollup-plugin-node-polyfills": "^0.2.1", "rollup-plugin-postcss": "^4.0.2", "rollup-plugin-sizes": "^1.0.5", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript2": "^0.31.2", "sass": "^1.49.11", "typescript": "^4.6.3" }, "dependencies": { "@evanhahn/lottie-web-light": "5.8.1", "@walletconnect/client": "^1.8.0", "@walletconnect/types": "^1.8.0", "bowser": "2.11.0", "buffer": "^6.0.3", "qr-code-styling": "1.6.0-rc.1", "tweetnacl-ts": "^1.0.3" }, "peerDependencies": { "algosdk": "^3.5.2" }, "repository": { "type": "git", "url": "git+https://github.com/perawallet/connect.git" }, "bugs": { "url": "https://github.com/perawallet/connect/issues" }, "homepage": "https://github.com/perawallet/connect#readme" }