first commit
This commit is contained in:
22
package.json
Normal file
22
package.json
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user