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.
37 lines
914 B
37 lines
914 B
3 years ago
|
{
|
||
|
"name": "pino-std-serializers",
|
||
|
"version": "3.2.0",
|
||
|
"description": "A collection of standard object serializers for Pino",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"lint": "standard | snazzy",
|
||
|
"lint-ci": "standard",
|
||
|
"test": "tap --no-cov 'test/**/*.test.js'",
|
||
|
"test-ci": "tap --cov --coverage-report=text 'test/**/*.test.js'"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+ssh://git@github.com/pinojs/pino-std-serializers.git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"pino",
|
||
|
"logging"
|
||
|
],
|
||
|
"author": "James Sumners <james.sumners@gmail.com>",
|
||
|
"license": "MIT",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/pinojs/pino-std-serializers/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/pinojs/pino-std-serializers#readme",
|
||
|
"precommit": [
|
||
|
"lint",
|
||
|
"test"
|
||
|
],
|
||
|
"devDependencies": {
|
||
|
"pre-commit": "^1.2.2",
|
||
|
"snazzy": "^9.0.0",
|
||
|
"standard": "^16.0.0",
|
||
|
"tap": "^14.0.0"
|
||
|
}
|
||
|
}
|