{ "scripts": { "start": "nodemon server.js" }, "dependencies": { "@notionhq/client": "^2.2.3", "body-parser": "^1.20.1", "cors": "^2.8.5", "dotenv": "^16.0.3", "express": "^4.18.2", "nodemon": "^2.0.20" } }