@finn_gal/patchright-wallet-mock-ts
Version:
Mock Web3 Browser wallets, like Metamask, in Patchright tests.
55 lines (54 loc) • 1.26 kB
JSON
{
"name": "@finn_gal/patchright-wallet-mock-ts",
"version": "1.0.0",
"description": "Mock Web3 Browser wallets, like Metamask, in Patchright tests.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"keywords": [
"web3",
"wallet",
"mock",
"patchright",
"metamask",
"ethereum",
"dapp",
"testing"
],
"author": "Johannes Kares",
"license": "ISC",
"dependencies": {
"cors": "^2.8.5",
"express": "^4.18.3",
"patchright": "1.50.1",
"viem": "^2.23.14"
},
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/express": "^5.0.1",
"@types/node": "^20.14.2",
"dotenv": "^16.4.5",
"prettier": "^3.3.2",
"semantic-release": "^24.0.0",
"tsx": "^4.19.2",
"typescript": "^5.4.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FinnGal/patchright-wallet-mock-ts.git"
},
"namespace": "@finn_gal",
"peerDependencies": {
"@playwright/test": "^1.44.1",
"viem": "^2.13.8"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc",
"dev": "tsc -W",
"test": "playwright test",
"test-ui": "playwright test --ui",
"test-debug": "npx playwright test --project='Google Chrome' --debug"
}
}