{ "name": "@dbis-thirdweb/wallets", "version": "0.1.0", "description": "Wallet connectors and configuration for Chain 138", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "scripts": { "build": "tsup src/index.ts --format cjs,esm --dts", "lint": "eslint src", "test": "echo \"No tests yet\"" }, "keywords": [ "thirdweb", "wallet", "chain-138", "connector" ], "author": "", "license": "MIT", "dependencies": { "@dbis-thirdweb/chain": "workspace:*", "@thirdweb-dev/chains": "^0.1.0", "@thirdweb-dev/react": "^4.0.0", "@thirdweb-dev/sdk": "^4.0.0", "ethers": "^5.7.0" }, "devDependencies": { "@types/node": "^20.0.0", "tsup": "^8.0.0", "typescript": "^5.0.0" } }