2025-02-05 12:20:58 +01:00
|
|
|
{
|
|
|
|
|
"name": "express-hello-world",
|
|
|
|
|
"version": "1.0.0",
|
2025-02-05 12:47:30 +01:00
|
|
|
"dependencies": {
|
2025-02-06 22:59:24 +01:00
|
|
|
"cookie-parser": "^1.4.7",
|
2025-02-06 19:15:30 +01:00
|
|
|
"ejs": "^3.1.10",
|
2025-02-06 19:21:16 +01:00
|
|
|
"express": "^4.17.1",
|
2025-02-06 23:23:36 +01:00
|
|
|
"sequelize": "^6.37.5",
|
|
|
|
|
"sqlite3": "^5.1.7",
|
2025-02-06 19:21:16 +01:00
|
|
|
"uuid": "^11.0.5"
|
2025-02-05 12:47:30 +01:00
|
|
|
},
|
|
|
|
|
"description": "",
|
2025-02-05 12:20:58 +01:00
|
|
|
"main": "index.js",
|
|
|
|
|
"scripts": {
|
2025-02-05 12:47:30 +01:00
|
|
|
"start": "node index.js",
|
2025-02-05 13:21:00 +01:00
|
|
|
"start:containers": "docker compose up -d --build",
|
|
|
|
|
"stop:containers": "docker compose down",
|
2025-02-05 12:20:58 +01:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
|
},
|
|
|
|
|
"keywords": [],
|
|
|
|
|
"author": "",
|
|
|
|
|
"license": "ISC"
|
2025-02-06 19:21:16 +01:00
|
|
|
}
|