{ "name": "osplus_to_mail", "version": "1.0.0", "main": "lib/index.js", "author": "Fabian Stamm ", "license": "MIT", "private": true, "scripts": { "start": "node lib/index.js", "build": "tsc", "watch": "tsc -w", "live": "nodemon -i db.json lib/index.js" }, "devDependencies": { "@types/dotenv": "^4.0.3", "@types/html-entities": "^1.2.16", "@types/lowdb": "^1.0.5", "@types/node": "^10.7.0", "@types/node-fetch": "^2.1.2", "@types/nodemailer": "^4.6.2", "nodemon": "^1.18.3", "typescript": "^3.0.1" }, "dependencies": { "@hibas123/nodelogging": "^1.3.12", "dotenv": "^6.0.0", "html-entities": "^1.2.1", "lowdb": "^1.0.0", "node-fetch": "^2.2.0", "nodemailer": "^4.6.7", "rss-parser": "^3.4.2", "ssl-root-cas": "^1.2.5", "telegraf": "^3.24.1" } }