This commit is contained in:
yml
2026-04-08 16:30:42 +08:00
commit 313c036845
131 changed files with 22393 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"name": "order-site-backend",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"browser:install": "playwright install chromium",
"browser:install:linux": "playwright install --with-deps chromium",
"db:migrate": "node src/db/migrate.js",
"dev": "node --watch src/index.js",
"start": "node src/index.js"
},
"dependencies": {
"express": "^5.1.0",
"playwright": "^1.59.1"
}
}