{
  "name": "@netlify/dev-utils",
  "version": "4.4.5",
  "description": "TypeScript utilities for the local emulation of the Netlify environment",
  "type": "module",
  "engines": {
    "node": "^18.14.0 || >=20"
  },
  "main": "./dist/main.js",
  "types": "./dist/main.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/main.d.ts",
        "default": "./dist/main.js"
      },
      "default": {
        "types": "./dist/main.d.ts",
        "default": "./dist/main.js"
      }
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist/**/*",
    "src/templates/*.html"
  ],
  "scripts": {
    "build": "tsup-node",
    "prepack": "npm run build",
    "test": "vitest run",
    "test:dev": "vitest",
    "test:ci": "npm run build && vitest run",
    "dev": "tsup-node --watch",
    "publint": "npx -y publint --strict"
  },
  "keywords": [],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/netlify/primitives.git",
    "directory": "packages/dev-utils"
  },
  "bugs": {
    "url": "https://github.com/netlify/primitives/issues"
  },
  "author": "Netlify Inc.",
  "devDependencies": {
    "@netlify/types": "2.7.0",
    "@types/node": "^18.19.110",
    "@types/parse-gitignore": "^1.0.2",
    "execa": "^8.0.1",
    "tsup": "^8.0.0",
    "vitest": "^3.0.0"
  },
  "dependencies": {
    "@whatwg-node/server": "^0.10.0",
    "ansis": "^4.1.0",
    "atomically": "^2.0.3",
    "chokidar": "^4.0.1",
    "decache": "^4.6.2",
    "dettle": "^1.0.5",
    "dot-prop": "9.0.0",
    "empathic": "^2.0.0",
    "env-paths": "^3.0.0",
    "image-size": "^2.0.2",
    "js-image-generator": "^1.0.4",
    "parse-gitignore": "^2.0.0",
    "semver": "^7.7.2",
    "tmp-promise": "^3.0.3"
  }
}
