-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1013 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
39
40
{
"name": "@eomm/fastify-telegram",
"access": "public",
"version": "1.1.0",
"description": "Create and manage a Telegram bot, easily",
"main": "index.js",
"scripts": {
"lint": "standard",
"lint:fix": "standard --fix",
"test": "tap --no-cov test/**/*.test.js"
},
"keywords": [
"fastify",
"telegram",
"bot",
"fastify-plugin",
"telegraf"
],
"author": "Manuel Spigolon <[email protected]> (https://github.com/Eomm)",
"license": "MIT",
"homepage": "https://github.com/Eomm/fastify-telegram#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/Eomm/fastify-telegram.git"
},
"funding": "https://github.com/Eomm/fastify-telegram?sponsor=1",
"bugs": {
"url": "https://github.com/Eomm/fastify-telegram/issues"
},
"dependencies": {
"fastify-plugin": "^4.5.1",
"telegraf": "^4.14.0",
"undici": "^5.25.4"
},
"devDependencies": {
"fastify": "^4.23.2",
"standard": "^17.1.0",
"tap": "^16.3.9"
}
}