simple_home_server/package.json
2024-03-21 09:59:10 +01:00

20 lines
389 B
JSON

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