@dapplets/dapplet-playwright
Version:
Playwright fixtures to test dapplets
38 lines (37 loc) • 840 B
JSON
{
"name": "@dapplets/dapplet-playwright",
"version": "0.1.8",
"description": "Playwright fixtures to test dapplets",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dapplets/dapplet-playwright.git"
},
"keywords": [
"dapplets",
"playwright"
],
"author": "Dapplets Project",
"license": "MIT",
"bugs": {
"url": "https://github.com/dapplets/dapplet-playwright/issues"
},
"homepage": "https://github.com/dapplets/dapplet-playwright#readme",
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"@playwright/test": "^1.37.0"
},
"dependencies": {
"adm-zip": "^0.5.10"
},
"devDependencies": {
"@types/adm-zip": "^0.5.0",
"typescript": "^5.2.2"
}
}