-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
33 lines (33 loc) · 861 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "alerthub",
"version": "2.2.3",
"description": "A tool to send notifications when an update to a repository is released",
"main": "./src/index.js",
"type": "commonjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"init": "cp ./etc/config.example.js ./etc/config.js",
"start": "node ./src/index.js"
},
"author": "Arda Kilicdagi",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Ardakilic/alerthub.git"
},
"dependencies": {
"node-telegram-bot-api": "^0.66.0",
"nodemailer": "^6.9.15",
"pushbullet": "^3.0.0",
"pushover-notifications": "^1.2.3",
"rss-braider": "^1.2.4",
"rss-feed-emitter": "^3.2.3",
"striptags": "^3.2.0"
},
"engines": {
"node": ">=20.18.0"
},
"devDependencies": {
"@biomejs/biome": "1.9.4"
}
}