@bozhkovatanas/wallet-mock
Version:
Mock Web3 Browser wallets, like Metamask, in Playwright tests.
45 lines (44 loc) • 1.17 kB
JSON
{
"name": "@bozhkovatanas/wallet-mock",
"version": "1.1.4",
"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/atanasbozhkov/wallet-mock.git"
},
"namespace": "@bozhkovatanas",
"peerDependencies": {
"@playwright/test": "^1.44.1",
"viem": "^2.19.8"
},
"scripts": {
"build": "tsc",
"dev": "tsc -W",
"test": "playwright test",
"test-ui": "playwright test --ui",
"install-conventional-commit": "curl -o- https://raw.githubusercontent.com/tapsellorg/conventional-commits-git-hook/master/scripts/install.sh | sh"
}
}