{ "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" } }