{
  "name": "@netlify/plugin-nextjs",
  "version": "4.29.4",
  "description": "Run Next.js seamlessly on Netlify",
  "main": "index.js",
  "files": [
    "lib/**/*",
    "src/templates/edge/*",
    "src/templates/edge-shared/*",
    "index.js",
    "manifest.yml"
  ],
  "dependencies": {
    "@netlify/esbuild": "0.14.39",
    "@netlify/functions": "^1.3.0",
    "@netlify/ipx": "^1.3.2",
    "@vercel/node-bridge": "^2.1.0",
    "chalk": "^4.1.2",
    "destr": "^1.1.1",
    "execa": "^5.1.1",
    "follow-redirects": "^1.15.2",
    "fs-extra": "^10.0.0",
    "globby": "^11.0.4",
    "merge-stream": "^2.0.0",
    "moize": "^6.1.0",
    "node-fetch": "^2.6.6",
    "node-stream-zip": "^1.15.0",
    "outdent": "^0.8.0",
    "p-limit": "^3.1.0",
    "pathe": "^0.2.0",
    "pretty-bytes": "^5.6.0",
    "regexp-tree": "^0.1.24",
    "semver": "^7.3.5",
    "slash": "^3.0.0",
    "tiny-glob": "^0.2.9"
  },
  "devDependencies": {
    "@delucis/if-env": "^1.1.2",
    "@netlify/build": "^29.3.0",
    "@types/fs-extra": "^9.0.13",
    "@types/jest": "^27.4.1",
    "@types/merge-stream": "^1.1.2",
    "@types/node": "^17.0.25",
    "next": "^13.0.7",
    "npm-run-all": "^4.1.5",
    "typescript": "^4.6.3"
  },
  "scripts": {
    "prepublishOnly": "run-s clean build",
    "publish:pull": "git pull",
    "publish:install": "npm ci",
    "publish:test": "cd .. && npm ci && npm test",
    "clean": "rimraf lib dist-types",
    "build": "tsc",
    "watch": "tsc --watch",
    "prepare": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/netlify/next-runtime.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/netlify/next-runtime/issues"
  },
  "homepage": "https://github.com/netlify/next-runtime#readme",
  "engines": {
    "node": ">=12.0.0"
  }
}
