emigrate/packages/reporter-pino/package.json
2024-05-30 10:16:07 +02:00

51 lines
1.2 KiB
JSON

{
"name": "@emigrate/reporter-pino",
"version": "0.6.4",
"publishConfig": {
"access": "public",
"provenance": true
},
"description": "A Pino reporter for Emigrate for logging the migration process.",
"main": "dist/index.js",
"types": "dist/index.d.js",
"type": "module",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist",
"!dist/*.tsbuildinfo"
],
"scripts": {
"build": "tsc --pretty",
"build:watch": "tsc --pretty --watch",
"lint": "xo --cwd=../.. $(pwd)"
},
"keywords": [
"emigrate",
"emigrate-reporter",
"plugin",
"migrations",
"reporter"
],
"author": "Aboviq AB <dev@aboviq.com> (https://www.aboviq.com)",
"homepage": "https://github.com/aboviq/emigrate/tree/main/packages/reporter-pino#readme",
"repository": "https://github.com/aboviq/emigrate/tree/main/packages/reporter-pino",
"bugs": "https://github.com/aboviq/emigrate/issues",
"license": "MIT",
"dependencies": {
"@emigrate/types": "workspace:*",
"pino": "8.16.2"
},
"devDependencies": {
"@emigrate/tsconfig": "workspace:*",
"@types/bun": "1.0.5",
"bun-types": "1.0.26"
},
"volta": {
"extends": "../../package.json"
}
}