{
  "name": "@fastify/nextjs",
  "version": "11.0.0",
  "description": "React server side rendering support for Fastify with Next",
  "main": "index.js",
  "types": "types/index.d.ts",
  "standard": {
    "ignore": [
      "*.jsx"
    ]
  },
  "scripts": {
    "build": "next build",
    "build:prod": "cross-env NODE_ENV=production next build",
    "dev": "node examples/example.js",
    "serve": "npm run build:prod && cross-env NODE_ENV=production node examples/example.js",
    "lint": "standard",
    "test": "npm run test:unit && npm run test:typescript",
    "test:unit": "npm run build:prod && standard && cross-env NODE_ENV=production tap",
    "test:typescript": "tsd"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fastify/fastify-nextjs.git"
  },
  "keywords": [
    "fastify",
    "react",
    "next",
    "ssr",
    "server",
    "side",
    "rendering"
  ],
  "author": "Tomas Della Vedova - @delvedor (http://delved.org)",
  "contributors": [
    "Simone Busoli <simone.busoli@nearform.com>"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/fastify/fastify-nextjs/issues"
  },
  "homepage": "https://github.com/fastify/fastify-nextjs#readme",
  "peerDependencies": {
    "next": "12.x.x || 13.x.x"
  },
  "dependencies": {
    "@fastify/under-pressure": "^9.0.1",
    "fastify-plugin": "^5.0.1"
  },
  "devDependencies": {
    "@types/node": "^20.11.30",
    "@types/react": "^18.2.67",
    "@types/react-dom": "^18.2.22",
    "cross-env": "^7.0.3",
    "fastify": "^5.0.0",
    "next": "13.4.3",
    "pino": "^8.19.0",
    "proxyquire": "^2.1.3",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "sinon": "^17.0.1",
    "standard": "^17.1.0",
    "tap": "^20.0.3",
    "tsd": "^0.31.0",
    "undici": "^6.9.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
