Automatischer Commit: Aktualisierung von package.json und package-lock.json sowie neue Test-Dateien

This commit is contained in:
OpenClaw 2026-03-05 23:34:21 +00:00
parent af556cd7e9
commit 184f281836
5 changed files with 106 additions and 1 deletions

View file

@ -10,7 +10,8 @@
"dev": "node --watch src/server.js",
"db:init": "node src/db/init.js",
"db:seed": "node src/db/seed.js",
"test:smoke": "node scripts/smoke-test.mjs"
"test:smoke": "node scripts/smoke-test.mjs",
"test:integration": "node scripts/integration-test.mjs"
},
"keywords": [],
"author": "",
@ -23,5 +24,9 @@
"jsonwebtoken": "^9.0.3",
"mysql2": "^3.18.2",
"zod": "^4.3.6"
},
"devDependencies": {
"@playwright/test": "^1.58.2",
"playwright": "^1.58.2"
}
}