feat: bootstrap lunch picker miniapp with backend, docs, and branding assets
This commit is contained in:
15
template/backend/package.json
Normal file
15
template/backend/package.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "lunch-picker-backend",
|
||||
"private": true,
|
||||
"version": "0.1.0",
|
||||
"scripts": {
|
||||
"start": "node server.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"cors": "^2.8.5",
|
||||
"dotenv": "^16.6.1",
|
||||
"express": "^4.21.2",
|
||||
"mysql2": "^3.15.3",
|
||||
"uuid": "^11.1.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user