first commit
This commit is contained in:
23
package.json
Normal file
23
package.json
Normal 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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user