{
  "name": "nitropack",
  "version": "2.9.7",
  "description": "Build and Deploy Universal JavaScript Servers",
  "repository": "unjs/nitro",
  "license": "MIT",
  "type": "module",
  "exports": {
    ".": {
      "types": "./types.d.ts",
      "import": "./dist/index.mjs"
    },
    "./config": {
      "types": "./dist/config.d.mts",
      "import": "./dist/config.mjs"
    },
    "./cli": {
      "types": "./dist/cli/index.d.mts",
      "import": "./dist/cli/index.mjs"
    },
    "./runtime": {
      "types": "./dist/runtime/index.d.ts",
      "import": "./dist/runtime/index.mjs"
    },
    "./runtime/*": {
      "types": "./dist/runtime/*.d.ts",
      "import": "./dist/runtime/*.mjs"
    },
    "./dist/runtime/*": {
      "types": "./dist/runtime/*.d.ts",
      "import": "./dist/runtime/*.mjs"
    },
    "./package.json": "./package.json"
  },
  "main": "./dist/index.mjs",
  "types": "./types.d.ts",
  "bin": {
    "nitro": "./dist/cli/index.mjs",
    "nitropack": "./dist/cli/index.mjs"
  },
  "files": [
    "dist",
    "*.d.ts"
  ],
  "scripts": {
    "build": "unbuild",
    "dev": "pnpm nitro dev playground",
    "dev:build": "pnpm nitro build playground",
    "dev:start": "node playground/.output/server/index.mjs",
    "lint": "eslint --cache --ext .ts,.mjs,.cjs . && prettier -c src test",
    "lint:fix": "eslint --cache --fix --ext .ts,.mjs,.cjs . && prettier --write -c src test",
    "nitro": "JITI_ESM_RESOLVE=1 NODE_OPTIONS=\"--enable-source-maps\" jiti ./src/cli/index.ts",
    "prepack": "pnpm build",
    "release": "pnpm test && pnpm build && changelogen --release && pnpm publish && git push --follow-tags",
    "stub": "unbuild --stub",
    "test": "pnpm lint && pnpm vitest-es run --silent",
    "test:fixture:types": "pnpm stub && JITI_ESM_RESOLVE=1 jiti ./test/scripts/gen-fixture-types.ts && cd test/fixture && tsc --noEmit",
    "test:types": "tsc --noEmit && pnpm test:fixture:types",
    "vitest-es": "NODE_OPTIONS=\"--enable-source-maps --experimental-vm-modules\" vitest"
  },
  "resolutions": {
    "nitropack": "link:.",
    "undici": "^6.11.1"
  },
  "dependencies": {
    "@cloudflare/kv-asset-handler": "^0.3.4",
    "@netlify/functions": "^2.8.0",
    "@rollup/plugin-alias": "^5.1.0",
    "@rollup/plugin-commonjs": "^25.0.8",
    "@rollup/plugin-inject": "^5.0.5",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-replace": "^5.0.7",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/pluginutils": "^5.1.0",
    "@types/http-proxy": "^1.17.14",
    "@vercel/nft": "^0.26.5",
    "archiver": "^7.0.1",
    "c12": "^1.11.1",
    "chalk": "^5.3.0",
    "chokidar": "^3.6.0",
    "citty": "^0.1.6",
    "consola": "^3.2.3",
    "cookie-es": "^1.1.0",
    "croner": "^8.0.2",
    "crossws": "^0.2.4",
    "db0": "^0.1.4",
    "defu": "^6.1.4",
    "destr": "^2.0.3",
    "dot-prop": "^8.0.2",
    "esbuild": "^0.20.2",
    "escape-string-regexp": "^5.0.0",
    "etag": "^1.8.1",
    "fs-extra": "^11.2.0",
    "globby": "^14.0.1",
    "gzip-size": "^7.0.0",
    "h3": "^1.12.0",
    "hookable": "^5.5.3",
    "httpxy": "^0.1.5",
    "ioredis": "^5.4.1",
    "jiti": "^1.21.6",
    "klona": "^2.0.6",
    "knitwork": "^1.1.0",
    "listhen": "^1.7.2",
    "magic-string": "^0.30.10",
    "mime": "^4.0.3",
    "mlly": "^1.7.1",
    "mri": "^1.2.0",
    "node-fetch-native": "^1.6.4",
    "ofetch": "^1.3.4",
    "ohash": "^1.1.3",
    "openapi-typescript": "^6.7.6",
    "pathe": "^1.1.2",
    "perfect-debounce": "^1.0.0",
    "pkg-types": "^1.1.1",
    "pretty-bytes": "^6.1.1",
    "radix3": "^1.1.2",
    "rollup": "^4.18.0",
    "rollup-plugin-visualizer": "^5.12.0",
    "scule": "^1.3.0",
    "semver": "^7.6.2",
    "serve-placeholder": "^2.0.2",
    "serve-static": "^1.15.0",
    "std-env": "^3.7.0",
    "ufo": "^1.5.3",
    "uncrypto": "^0.1.3",
    "unctx": "^2.3.1",
    "unenv": "^1.9.0",
    "unimport": "^3.7.2",
    "unstorage": "^1.10.2",
    "unwasm": "^0.3.9"
  },
  "devDependencies": {
    "@azure/functions": "^3.5.1",
    "@azure/static-web-apps-cli": "^1.1.10",
    "@cloudflare/workers-types": "^4.20240620.0",
    "@types/aws-lambda": "^8.10.140",
    "@types/bun": "^1.1.6",
    "@types/estree": "^1.0.5",
    "@types/etag": "^1.8.3",
    "@types/fs-extra": "^11.0.4",
    "@types/node-fetch": "^2.6.11",
    "@types/semver": "^7.5.8",
    "@types/serve-static": "^1.15.7",
    "@vitest/coverage-v8": "^1.6.0",
    "automd": "^0.3.7",
    "better-sqlite3": "^9.6.0",
    "changelogen": "^0.5.5",
    "edge-runtime": "^2.5.10",
    "eslint": "^8.57.0",
    "eslint-config-unjs": "^0.2.1",
    "execa": "^8.0.1",
    "expect-type": "^0.19.0",
    "firebase-admin": "^12.2.0",
    "firebase-functions": "^4.9.0",
    "get-port-please": "^3.1.2",
    "miniflare": "^3.20240620.0",
    "prettier": "^3.3.2",
    "typescript": "^5.5.2",
    "unbuild": "^2.0.0",
    "undici": "^6.19.2",
    "vitest": "^1.6.0",
    "xml2js": "^0.6.2"
  },
  "peerDependencies": {
    "xml2js": "^0.6.2"
  },
  "peerDependenciesMeta": {
    "xml2js": {
      "optional": true
    }
  },
  "packageManager": "pnpm@9.4.0",
  "engines": {
    "node": "^16.11.0 || >=17.0.0"
  },
  "pnpm": {
    "peerDependencyRules": {
      "ignoreMissing": [
        "react",
        "@types/react",
        "react-dom",
        "@algolia/client-search"
      ]
    }
  }
}
