24 lines
501 B
JSON
24 lines
501 B
JSON
{
|
|
"name": "api",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "nodemon server.js"
|
|
},
|
|
"author": "F04C, Michael, Ronmel",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"bcrypt": "^5.1.1",
|
|
"bcryptjs": "^2.4.3",
|
|
"dotenv": "^16.4.5",
|
|
"express": "^4.21.0",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"mysql": "^2.18.1",
|
|
"mysql2": "^3.11.3",
|
|
"nodemon": "^3.1.6"
|
|
},
|
|
"keywords": [],
|
|
"description": ""
|
|
}
|