You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
1.0 KiB
41 lines
1.0 KiB
{
|
|
"name": "pino-abstract-transport",
|
|
"version": "1.0.0",
|
|
"description": "Write Pino transports easily",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"prepare": "husky install",
|
|
"test": "standard | snazzy && tap test/*.test.js && tsd",
|
|
"test-ci": "standard | snazzy && tap test/*.test.js --coverage-report=lcovonly && tsd"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/pinojs/pino-abstract-transport.git"
|
|
},
|
|
"keywords": [
|
|
"pino",
|
|
"transport"
|
|
],
|
|
"author": "Matteo Collina <hello@matteocollina.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/pinojs/pino-abstract-transport/issues"
|
|
},
|
|
"homepage": "https://github.com/pinojs/pino-abstract-transport#readme",
|
|
"dependencies": {
|
|
"readable-stream": "^4.0.0",
|
|
"split2": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^18.0.0",
|
|
"husky": "^8.0.0",
|
|
"snazzy": "^9.0.0",
|
|
"standard": "^17.0.0",
|
|
"tap": "^16.0.0",
|
|
"tsd": "^0.21.0"
|
|
},
|
|
"tsd": {
|
|
"directory": "./test/types"
|
|
}
|
|
}
|