Files
rfid-backend/package.json
2024-03-25 08:07:11 +00:00

27 lines
609 B
JSON

{
"name": "rfid",
"version": "1.0.0",
"description": "rfid",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon index.js",
"dev": "nodemon index.js"
},
"author": "kicap karan",
"license": "ISC",
"dependencies": {
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.18.2",
"express-fileupload": "^1.4.3",
"express-form-data": "^2.0.23",
"md5": "^2.3.0",
"mysql": "^2.18.1",
"nodemon": "^3.1.0",
"socket.io": "^4.7.5",
"socket.io-client": "^4.7.5"
}
}