36 lines
926 B
JSON
36 lines
926 B
JSON
{
|
|
"name": "osplus_to_mail",
|
|
"version": "1.0.0",
|
|
"main": "lib/index.js",
|
|
"author": "Fabian Stamm <dev@fabianstamm.de>",
|
|
"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": "^8.2.0",
|
|
"@types/html-entities": "^1.2.16",
|
|
"@types/lowdb": "^1.0.5",
|
|
"@types/node": "^13.1.4",
|
|
"@types/node-fetch": "^2.1.2",
|
|
"@types/nodemailer": "^6.4.0",
|
|
"nodemon": "^2.0.2",
|
|
"typescript": "^3.0.1"
|
|
},
|
|
"dependencies": {
|
|
"@hibas123/nodelogging": "^2.1.2",
|
|
"dotenv": "^8.2.0",
|
|
"html-entities": "^1.2.1",
|
|
"lowdb": "^1.0.0",
|
|
"node-fetch": "^2.2.0",
|
|
"nodemailer": "^6.4.2",
|
|
"rss-parser": "^3.4.2",
|
|
"ssl-root-cas": "^1.2.5",
|
|
"telegraf": "^3.24.1"
|
|
}
|
|
}
|