2025-05-29 19:41:40 +02:00
|
|
|
{
|
|
|
|
|
"name": "followalong",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"main": "index.js",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"start": "node index.js",
|
|
|
|
|
"dev": "node --watch index.js",
|
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
|
},
|
|
|
|
|
"author": "",
|
|
|
|
|
"license": "ISC",
|
|
|
|
|
"description": "",
|
|
|
|
|
"dependencies": {
|
2025-06-01 23:23:55 +02:00
|
|
|
"express": "^5.1.0",
|
|
|
|
|
"mongoose": "^8.15.1"
|
2025-05-29 19:41:40 +02:00
|
|
|
}
|
|
|
|
|
}
|