forked from pinojs/pino-http
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.23 KB
/
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
41
42
43
44
45
46
47
{
"name": "pino-http",
"version": "8.3.3",
"description": "High-speed HTTP logger for Node.js",
"main": "logger.js",
"types": "index.d.ts",
"dependencies": {
"get-caller-file": "^2.0.5",
"pino": "^8.0.0",
"pino-std-serializers": "^6.0.0",
"process-warning": "^2.0.0"
},
"devDependencies": {
"@types/node": "^20.1.0",
"autocannon": "^7.3.0",
"coveralls": "^3.0.0",
"http-ndjson": "^3.1.0",
"pino-http-print": "^3.1.0",
"pino-pretty": "^10.0.0",
"pre-commit": "^1.1.2",
"split2": "^4.0.0",
"standard": "^17.0.0",
"tap": "^16.0.0",
"ts-node": "^10.3.0",
"tsd": "^0.28.1",
"typescript": "^5.0.2"
},
"scripts": {
"benchmark": "bash ./scripts/benchmark-all",
"test": "standard && tap test/*.js && npm run test-types",
"fix": "standard --fix",
"test-types": "tsc && tsd && ts-node *.test-d.ts "
},
"author": "David Mark Clements",
"contributors": [
"Matteo Collina <[email protected]>"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/pinojs/pino-http.git"
},
"bugs": {
"url": "https://github.com/pinojs/pino-http/issues"
},
"homepage": "https://github.com/pinojs/pino-http#readme"
}