-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 881 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
{
"name": "pino-discord-webhook",
"version": "0.1.4",
"description": "pino-discord-webhook is a Pino v7+ compatible transport to forward log events to a Discord webhook from a dedicated worker",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/fabulousgk/pino-discord-webhook.git"
},
"author": "Brian Lister",
"license": "MIT",
"homepage": "https://github.com/fabulousgk/pino-discord-webhook#readme",
"keywords": [
"discord",
"pino",
"transport"
],
"xo": {
"prettier": true
},
"dependencies": {
"discord.js": "^14.14.1",
"pino-abstract-transport": "^1.1.0"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^20.11.26",
"jest": "^29.7.0",
"prettier": "^3.2.5",
"ts-jest": "^29.1.2",
"typescript": "^5.4.2",
"xo": "^0.58.0",
"ts-node": "^10.9.2"
}
}