{ "name": "simple-web-app", "version": "1.0.0", "description": "A simple web app for collecting responses through a quiz and storing results.", "main": "server.js", "scripts": { "start": "node server.js", "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "axios": "^1.7.9", "body-parser": "^1.19.0", "express": "^4.17.1" }, "author": "", "license": "ISC" }