TelegramRSS/package.json
Fabian Stamm 422ebd0703
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
Save messages after check
2023-04-13 01:59:47 +02:00

36 lines
1.0 KiB
JSON

{
"name": "rss-telegram-bot",
"version": "1.0.8",
"main": "lib/index.js",
"author": "Fabian Stamm <dev@fabianstamm.de>",
"license": "MIT",
"private": true,
"type": "module",
"scripts": {
"start": "node lib/index.js",
"build": "tsc",
"dev": "nodemon -e ts --exec 'node --loader ts-node/esm src/index.ts'"
},
"devDependencies": {
"@types/dotenv": "^8.2.0",
"@types/html-entities": "^1.3.4",
"@types/node": "^18.15.11",
"@types/node-fetch": "^3.0.3",
"nodemon": "^2.0.22",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
},
"dependencies": {
"@hibas123/nodelogging": "^3.1.3",
"@types/lodash": "^4.14.192",
"dotenv": "^16.0.3",
"html-entities": "^2.3.3",
"lodash": "^4.17.21",
"lowdb": "^5.1.0",
"node-fetch": "^3.3.1",
"rss-parser": "^3.13.0",
"ssl-root-cas": "^1.3.1",
"telegraf": "^4.12.2"
},
"packageManager": "yarn@3.5.0"
}