chore: update readme, add workflow

This commit is contained in:
Pavel Feldman
2025-03-21 13:16:30 -07:00
parent 624732b187
commit f9e5abb631
7 changed files with 95 additions and 21 deletions

17
package-lock.json generated
View File

@@ -20,6 +20,7 @@
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.19.0",
"@playwright/test": "1.52.0-alpha-2025-03-21",
"@stylistic/eslint-plugin": "^3.0.1",
"@types/node": "^22.13.10",
"@typescript-eslint/eslint-plugin": "^8.26.1",
@@ -283,6 +284,22 @@
"node": ">= 8"
}
},
"node_modules/@playwright/test": {
"version": "1.52.0-alpha-2025-03-21",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.52.0-alpha-2025-03-21.tgz",
"integrity": "sha512-GGnn8kqjGB0rT7GThhas73r5pONnrztPlDAYrYfSO6mWB/NGIyxU3SrNY4Po8+bOnoqlBhxCdU1q+s84HKAMBg==",
"dev": true,
"license": "Apache-2.0",
"dependencies": {
"playwright": "1.52.0-alpha-2025-03-21"
},
"bin": {
"playwright": "cli.js"
},
"engines": {
"node": ">=18"
}
},
"node_modules/@rtsao/scc": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/@rtsao/scc/-/scc-1.1.0.tgz",