Files
kecepatan-angin-dan-curah-h…/package.json
2023-03-14 17:34:21 +08:00

23 lines
524 B
JSON

{
"name": "tanah_longsor_server",
"version": "1.0.0",
"description": "Tanah Longsor Server",
"main": "index.js",
"scripts": {
"dev": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "kicap karan",
"license": "ISC",
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"express-form-data": "^2.0.18",
"mongoose": "^6.4.6",
"nodemon": "^2.0.19",
"socket.io": "^4.4.1",
"socket.io-client": "^4.4.1"
}
}