w3wallets
Version:
browser wallets for playwright
61 lines (60 loc) • 1.59 kB
JSON
{
"name": "w3wallets",
"description": "browser wallets for playwright",
"version": "1.0.0-beta.3",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"homepage": "https://github.com/Maksandre/w3wallets",
"bugs": {
"url": "https://github.com/Maksandre/w3wallets/issues"
},
"author": "Max Andreev",
"repository": {
"type": "git",
"url": "git+https://github.com/Maksandre/w3wallets.git"
},
"keywords": [
"e2e",
"playwright",
"metamask",
"testing",
"ethereum",
"polkadot"
],
"license": "MIT",
"publishConfig": {
"access": "public"
},
"files": [
"dist"
],
"bin": "./src/scripts/download.js",
"scripts": {
"download-wallets": "npx w3wallets pjs mm",
"test": "npx playwright test --project=local --workers=2",
"test:ci": "npx playwright test --project=ci",
"build": "tsup",
"clean": "rm -rf dist",
"check-format": "prettier --check .",
"check-exports": "attw --pack .",
"format": "prettier --write .",
"lint": "tsc",
"ci": "yarn lint && yarn clean && yarn build && yarn check-format && yarn check-exports",
"changeset": "npx changeset",
"local-release": "changeset version && changeset publish"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.17.2",
"@changesets/cli": "^2.27.11",
"@playwright/test": "1.57.0",
"@types/node": "^22.10.5",
"dotenv": "^16.4.7",
"prettier": "^3.4.2",
"standard-version": "^9.5.0",
"tsup": "^8.3.5",
"typescript": "^5.7.2"
},
"peerDependencies": {
"@playwright/test": "^1.57.0"
}
}