Files
schedtxt_api/package.json
T
kdeng00 dcf2d34870 Added dependency
Added the mongodb driver for nodejs
2023-04-25 18:17:43 -04:00

16 lines
339 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"
}
}