{ "name": "simple_home_server", "version": "1.0.0", "description": "", "main": "index.js", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "dependencies": { "ajv": "^8.12.0", "cors": "^2.8.5", "dotenv": "^16.4.5", "express": "^4.18.3", "express-basic-auth": "^1.2.1" } }