{
  "name": "@netlify/build-info",
  "version": "10.5.1",
  "description": "Build info utility",
  "type": "module",
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "import": "./lib/index.js",
      "browser": "./lib/index.js",
      "default": "./lib/index.js"
    },
    "./node": {
      "types": "./lib/node/index.d.ts",
      "import": "./lib/node/index.js",
      "default": "./lib/node/index.js"
    }
  },
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "bin": {
    "build-info": "./bin.js"
  },
  "files": [
    "bin.js",
    "lib/**/*"
  ],
  "scripts": {
    "build": "tsc --project tsconfig.build.json",
    "e2e": "playwright test",
    "test": "vitest run",
    "test:dev": "vitest --ui",
    "test:ci": "vitest run --reporter=default"
  },
  "keywords": [],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/netlify/build.git",
    "directory": "packages/build-info"
  },
  "bugs": {
    "url": "https://github.com/netlify/build/issues"
  },
  "author": "Netlify Inc.",
  "dependencies": {
    "@bugsnag/js": "^8.0.0",
    "@iarna/toml": "^2.2.5",
    "dot-prop": "^9.0.0",
    "find-up": "^7.0.0",
    "minimatch": "^10.2.4",
    "read-pkg": "^9.0.0",
    "semver": "^7.3.8",
    "yaml": "^2.8.0",
    "yargs": "^17.6.0"
  },
  "devDependencies": {
    "@playwright/test": "^1.53.1",
    "@types/node": "^18.19.111",
    "@types/semver": "^7.3.13",
    "@vitest/ui": "^3.0.0",
    "execa": "^8.0.0",
    "memfs": "^4.0.0",
    "typescript": "^5.0.0",
    "unionfs": "^4.4.0",
    "vitest": "^3.0.0"
  },
  "engines": {
    "node": ">=18.14.0"
  },
  "gitHead": "d17373f5f6ab58289a5bc78d90bd0b520c9c652f"
}
