android_hosting_tutorials/little_website/package.json
2025-07-29 02:23:10 +02:00

19 lines
402 B
JSON

{
"name": "little_website_phone",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"body-parser": "^2.2.0",
"cors": "^2.8.5",
"express": "^5.1.0",
"express-rate-limit": "^8.0.1"
}
}