Files
internship_node/day15/package.json
T
2025-07-18 21:34:29 +01:00

20 lines
437 B
JSON

{
"name": "day15",
"version": "1.0.0",
"description": "- setup project\r - implement https://www.treeql.org/ manually",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^2.2.0",
"dotenv": "^17.2.0",
"express": "^5.1.0",
"mysql2": "^3.14.2",
"sequelize": "^6.37.7"
}
}