Files
stewardle/package.json

22 lines
436 B
JSON

{
"name": "stewardle",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.27.2",
"ejs": "^3.1.8",
"express": "^4.18.1",
"lodash": "^4.17.21",
"morgan": "^1.10.0",
"node-schedule": "^2.1.0",
"serve-favicon": "^2.5.0",
"xml-js": "^1.6.11"
}
}