Automatischer Commit: Aktualisierung von package.json und package-lock.json sowie neue Test-Dateien
This commit is contained in:
parent
af556cd7e9
commit
184f281836
5 changed files with 106 additions and 1 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue