Used for scheduling and check-in/check-out of patients to a facility under designated times.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
vaccinetracker/server/package.json

25 lines
521 B

{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "server.js",
"dependencies": {
"axios": "^0.21.1",
"express": "^4.17.1",
"md5": "^2.3.0",
"moment": "^2.29.1",
"pg": "^8.5.1",
"ps": "^1.0.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://git.heroku.com/glacial-coast-50848.git"
},
"author": "",
"license": "ISC"
}