{
  "name": "@tryghost/pretty-stream",
  "version": "2.3.0",
  "license": "MIT",
  "author": "Ghost Foundation",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TryGhost/framework.git",
    "directory": "packages/pretty-stream"
  },
  "files": [
    "index.js",
    "lib"
  ],
  "main": "index.js",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "date-format": "4.0.14",
    "lodash": "4.18.1",
    "prettyjson": "1.2.5"
  },
  "devDependencies": {
    "sinon": "22.0.0"
  },
  "scripts": {
    "dev": "echo \"Implement me!\"",
    "test": "NODE_ENV=testing vitest run --coverage",
    "lint": "oxlint -c ../../.oxlintrc.json .",
    "posttest": "pnpm run lint"
  }
}