{
  "name": "@pnpm/file-reporter",
  "version": "3.0.0",
  "description": "A file reporter for pnpm",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib",
    "!*.map"
  ],
  "repository": "https://github.com/pnpm/pnpm/blob/main/packages/file-reporter",
  "keywords": [
    "pnpm7",
    "pnpm-reporter"
  ],
  "engines": {
    "node": ">=14.19"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/pnpm/pnpm/issues"
  },
  "homepage": "https://github.com/pnpm/pnpm/blob/main/packages/file-reporter#readme",
  "dependencies": {
    "graceful-fs": "^4.2.6",
    "path-exists": "^4.0.0"
  },
  "devDependencies": {
    "@pnpm/file-reporter": "3.0.0",
    "exists-file": "^3.0.2",
    "ndjson": "^2.0.0"
  },
  "funding": "https://opencollective.com/pnpm",
  "exports": {
    ".": "./lib/index.js"
  },
  "scripts": {
    "lint": "eslint src/**/*.ts test/**/*.ts",
    "test": "pnpm run compile && pnpm run _test",
    "_test": "jest",
    "compile": "tsc --build && pnpm run lint --fix"
  }
}