Files
minivlat-local-ua/package.json
2025-01-22 12:25:18 +02:00

18 lines
422 B
JSON

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