Files
AuthenticatedAPI/package.json
T
2024-09-18 16:04:15 +08:00

19 lines
368 B
JSON

{
"name": "api",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "F04C, Michael, Ronmel",
"license": "ISC",
"dependencies": {
"express": "^4.21.0",
"mysql": "^2.18.1",
"mysql2": "^3.11.3"
},
"keywords": [],
"description": ""
}