first commit

This commit is contained in:
ubuntu-cli
2024-02-24 18:46:46 +00:00
commit 68e0f645cf
5 changed files with 1515 additions and 0 deletions

23
package.json Normal file
View File

@ -0,0 +1,23 @@
{
"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",
"mysql": "^2.18.1",
"nodemon": "^3.1.0"
}
}