Files
schedtxt_api/package.json
T
kdeng00 2bb608b188 Updating dependency
Adding ORM for mongodb
2023-04-25 18:27:30 -04:00

17 lines
365 B
JSON

{
"name": "textsender-api",
"version": "0.1.0",
"description": "Web API for queueing text message notifications",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "kdeng00",
"license": "ISC",
"dependencies": {
"express": "^4.18.2",
"mongodb": "^5.3.0",
"mongoose": "^7.0.5"
}
}