playwright-single-file
Version:
SingleFile for Playwright
63 lines (62 loc) • 1.61 kB
JSON
{
"name": "playwright-single-file",
"version": "0.0.5",
"description": "SingleFile for Playwright",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/albinekb/playwright-singlefile.git"
},
"scripts": {
"build": "tsc",
"test": "playwright test",
"test:debug": "playwright test --debug",
"test:ui": "playwright test --ui",
"bundle:singlefile": "tsx scripts/bundle.ts",
"postversion": "turbo build",
"clean": "rm -rf dist",
"prebuild": "pnpm clean",
"lint": "eslint"
},
"keywords": [
"playwright",
"singlefile",
"single-file",
"browser",
"automation"
],
"author": "Albin Ekblom",
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@eslint/compat": "^1.2.4",
"@eslint/js": "^9.17.0",
"@playwright/test": "^1.49.1",
"@types/node": "^22.10.2",
"@types/pixelmatch": "^5.2.6",
"@types/pngjs": "^6.0.5",
"esbuild": "^0.24.2",
"eslint": "^9.17.0",
"execa": "^9.5.2",
"globals": "^15.14.0",
"img-diff-js": "^0.5.4",
"pixelmatch": "^6.0.0",
"playwright": "^1.49.1",
"pngjs": "^7.0.0",
"single-file-core": "^1.5.44",
"term-img": "^7.0.0",
"tsx": "^4.19.2",
"turbo": "^2.3.3",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.2"
},
"peerDependencies": {
"playwright-core": "^1.48.0"
},
"files": [
"dist",
"!dist/lib/vendor/*.d.ts"
],
"packageManager": "pnpm@9.15.1+sha256.9e534e70afef06374f6126b44bda5760947135ce16a30aef1010e965fb7e3e3e"
}