chore: update readme, add workflow
This commit is contained in:
parent
624732b187
commit
f9e5abb631
7 changed files with 95 additions and 21 deletions
|
|
@ -17,7 +17,8 @@
|
|||
"scripts": {
|
||||
"build": "tsc",
|
||||
"lint": "eslint .",
|
||||
"watch": "tsc --watch"
|
||||
"watch": "tsc --watch",
|
||||
"test": "playwright test"
|
||||
},
|
||||
"exports": {
|
||||
"./servers/server": "./lib/servers/server.js",
|
||||
|
|
@ -37,6 +38,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",
|
||||
"@typescript-eslint/eslint-plugin": "^8.26.1",
|
||||
"@typescript-eslint/parser": "^8.26.1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue