{ "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 (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" } }