26 lines
562 B
JSON
26 lines
562 B
JSON
{
|
|
"name": "portalapi",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://repositorio.acatlan.unam.mx/danielGe/PortalApi.git"
|
|
},
|
|
"author": "George",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"connect-busboy": "0.0.2",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^8.2.0",
|
|
"express": "^4.17.1",
|
|
"mysql": "^2.18.1",
|
|
"node-xlsx": "^0.15.0",
|
|
"read-excel-file": "^4.0.7"
|
|
},
|
|
"devDependencies": {}
|
|
}
|