playwright-persona
Version:
Authentication in Playwright using personas.
48 lines • 989 B
JSON
{
"type": "module",
"name": "playwright-persona",
"version": "0.2.5",
"description": "Authentication in Playwright using personas.",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"files": [
"./build",
"./src"
],
"keywords": [
"playwright",
"test",
"setup",
"auth",
"authentication",
"persona"
],
"author": {
"name": "Artem Zakharchenko",
"url": "https://github.com/kettanaito"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/kettanaito/playwright-persona.git"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@ossjs/release": "^0.8.1",
"@playwright/test": "^1.53.1",
"@types/node": "^24.0.7",
"tsdown": "^0.12.9",
"typescript": "^5.8.3",
"vitest": "^3.2.4"
},
"dependencies": {
"outvariant": "^1.4.3"
},
"scripts": {
"build": "tsdown",
"test": "vitest",
"release": "release publish"
}
}