-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 940 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
34
35
36
37
38
{
"name": "express-notify-telegram",
"version": "1.6.2",
"description": "A simple Express middleware to notify errors into Telegram",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"bin": {
"express-notify-telegram": "./bin/which"
},
"keywords": [
"telegram",
"express",
"errors"
],
"author": "Azamat Abdullaev",
"license": "MIT",
"devDependencies": {
"eslint": "^7.11.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.22.1"
},
"dependencies": {
"inquirer": "^7.3.3",
"on-finished": "^2.3.0",
"ora": "^5.1.0",
"traverse": "^0.6.6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/awesomelike/express-notify-telegram.git"
},
"homepage": "https://github.com/awesomelike/express-notify-telegram#readme",
"bugs": {
"url": "https://github.com/awesomelike/express-notify-telegram/issues"
}
}