Files
2026-03-25 16:10:17 -04:00

20 lines
384 B
JSON

{
"name": "levi-mclean-customers-app",
"version": "1.0.0",
"description": "",
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^2.2.2",
"cors": "^2.8.6",
"express": "^5.2.1",
"mysql2": "^3.20.0"
}
}