-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 921 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
{
"name": "@briefer/pino-slack-transport",
"version": "0.0.0",
"description": "Pino logger Slack transport",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/briefercloud/pino-slack-transport.git"
},
"keywords": ["logger", "pino", "slack", "transport"],
"author": "Lucas Vieira <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/briefercloud/pino-slack-transport/issues"
},
"homepage": "https://github.com/briefercloud/pino-slack-transport#readme",
"dependencies": {
"axios": "^1.7.9",
"pino-abstract-transport": "^2.0.0"
},
"devDependencies": {
"@types/node": "^22.10.2",
"prettier": "^3.4.2",
"typescript": "^5.7.2"
}
}