UNPKG

@tmawallet/sdk

Version:
55 lines (54 loc) 1.25 kB
{ "name": "@tmawallet/sdk", "private": false, "publishConfig": { "access": "public" }, "version": "2.1.9", "description": "TMA Wallet SDK", "main": "dist/index.js", "types": "dist/index.d.ts", "module": "dist/index.js", "files": [ "dist/*" ], "homepage": "https://tmawallet.com", "repository": { "type": "git", "url": "https://github.com/TMAWallet/sdk.git" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "rimraf ./dist && tsc", "format": "prettier --write \"src/**/*.ts\"", "lint": "eslint \"src/**/*.ts\" --fix" }, "keywords": [ "wallet", "ethers", "ethers.js", "@solana/web3.js", "telegram", "telegram-mini-app", "ethereum", "solana" ], "author": "TMA Wallet", "license": "ISC", "dependencies": { "@twa-dev/sdk": "^8.0.1", "eip1193-types": "^0.2.2", "eventemitter3": "^5.0.1", "js-sha256": "^0.11.0" }, "devDependencies": { "prettier": "2.8.8", "rimraf": "5.0.1", "typescript": "5.7.2" }, "peerDependencies": { "@solana/web3.js": "^2.0.0", "ethers": "^6.13.4" }, "packageManager": "pnpm@10.4.1+sha512.c753b6c3ad7afa13af388fa6d808035a008e30ea9993f58c6663e2bc5ff21679aa834db094987129aa4d488b86df57f7b634981b2f827cdcacc698cc0cfb88af" }