add: boilerplate

This commit is contained in:
2025-05-01 22:07:35 -07:00
commit 8cfa9d2716
16 changed files with 754 additions and 0 deletions

15
end2end/package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "end2end",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@playwright/test": "^1.44.1",
"@types/node": "^20.12.12",
"typescript": "^5.4.5"
}
}