This commit is contained in:
Chris Tate
2026-01-10 23:47:30 -06:00
parent aff8a056c6
commit a7e5de5e4f
6 changed files with 36 additions and 5 deletions
+4 -2
View File
@@ -15,7 +15,8 @@
"format": "prettier --write 'src/**/*.ts'",
"format:check": "prettier --check 'src/**/*.ts'",
"test": "vitest run",
"test:watch": "vitest"
"test:watch": "vitest",
"postinstall": "node scripts/postinstall.js"
},
"keywords": [
"browser",
@@ -28,11 +29,12 @@
"author": "",
"license": "Apache-2.0",
"dependencies": {
"playwright": "^1.40.0",
"playwright-core": "^1.40.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^20.10.0",
"playwright": "^1.40.0",
"prettier": "^3.7.4",
"tsx": "^4.6.0",
"typescript": "^5.3.0",