crontab-ui/package.json

45 lines
1014 B
JSON
Executable File

{
"name": "crontab-ui",
"version": "0.3.16",
"description": "Easy and safe way to manage your crontab file",
"main": "index.js",
"scripts": {
"start": "node app.js",
"test": "node tests/test.js",
"update-libs": "npx npm-check-updates -u && npm install"
},
"dependencies": {
"body-parser": "latest",
"connect-busboy": "latest",
"cron-parser": "latest",
"cronstrue": "latest",
"ejs": "^3.1.10",
"express": "^5.1.0",
"express-basic-auth": "^1.2.1",
"lowdb": "^7.0.1",
"mime-types": "latest",
"moment": "^2.30.1",
"nodemailer": "^7.0.5"
},
"engines": {
"node": ">=15.0.0"
},
"bin": {
"crontab-ui": "bin/crontab-ui.js",
"crontab-ui-mailer": "bin/crontab-ui-mailer.js"
},
"repository": {
"type": "git",
"url": "https://github.com/alseambusher/crontab-ui"
},
"keywords": [
"Crontab",
"node"
],
"author": "Suresh Alse",
"license": "MIT",
"devDependencies": {
"npm-check-updates": "^18.0.1"
}
}