outi
Version:
Go on a coffee break and get an email notification when your scripts are complete
33 lines (32 loc) • 728 B
JSON
{
"name": "outi",
"version": "1.0.0",
"description": "Go on a coffee break and get an email notification when your scripts are complete",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hshidara/out.git"
},
"keywords": [
"coffee",
"break",
"script",
"bored",
"notification",
"email"
],
"author": "Hide Shidara",
"license": "MIT",
"bugs": {
"url": "https://github.com/hshidara/out/issues"
},
"homepage": "https://github.com/hshidara/out#readme",
"dependencies": {
"node-notifier": "^5.4.1",
"nodemailer": "^6.3.0"
},
"devDependencies": {}
}