@johanneskares/wallet-mock
Version:
Mock Web3 Browser wallets, like Metamask, in Playwright tests.
46 lines (45 loc) • 1.21 kB
JSON
{
"name": "@johanneskares/wallet-mock",
"version": "1.4.1",
"description": "Mock Web3 Browser wallets, like Metamask, in Playwright tests.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"keywords": [
"web3",
"wallet",
"mock",
"playwright",
"metamask",
"ethereum",
"dapp",
"testing"
],
"author": "Johannes Kares",
"license": "ISC",
"devDependencies": {
"@playwright/test": "^1.44.1",
"@types/node": "^20.14.2",
"dotenv": "^16.4.5",
"prettier": "^3.3.2",
"semantic-release": "^24.0.0",
"typescript": "^5.4.5",
"viem": "^2.13.8"
},
"repository": {
"type": "git",
"url": "git+https://github.com/johanneskares/wallet-mock.git"
},
"namespace": "@johanneskares",
"peerDependencies": {
"@playwright/test": "^1.44.1",
"viem": "^2.13.8"
},
"scripts": {
"build": "tsc",
"dev": "tsc -W",
"test": "playwright test",
"test-ui": "playwright test --ui",
"test-debug": "npx playwright test --project='Google Chrome' --debug",
"install-conventional-commit": "curl -o- https://raw.githubusercontent.com/tapsellorg/conventional-commits-git-hook/master/scripts/install.sh | sh"
}
}