{
  "name": "next-contentlayer2",
  "version": "0.5.8",
  "type": "module",
  "main": "./dist/index-cjs.cjs",
  "sideEffects": false,
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index-cjs.cjs"
    },
    "./hooks": {
      "import": "./dist/hooks/index.js",
      "require": "./dist/hooks/index.js"
    }
  },
  "types": "./dist/index.d.ts",
  "typesVersions": {
    "*": {
      "packge.json": [
        "./package.json"
      ],
      ".": [
        "./dist"
      ],
      "hooks": [
        "./dist/hooks"
      ]
    }
  },
  "files": [
    "./dist/**/*.{cjs,js,ts,map}",
    "./src",
    "./package.json"
  ],
  "scripts": {
    "prepack": "awk '!/^export|^import/' dist/index-cjs.js > dist/index-cjs.cjs"
  },
  "dependencies": {
    "@contentlayer2/core": "0.5.8",
    "@contentlayer2/utils": "0.5.8"
  },
  "peerDependencies": {
    "contentlayer2": "0.5.8",
    "next": ">=12.0.0",
    "react": "^18 || ^19 || ^19.0.0-rc",
    "react-dom": "^18 || ^19 || ^19.0.0-rc"
  },
  "devDependencies": {
    "@types/react": "^18.3.3",
    "@types/react-dom": "^18.3.0",
    "next": "^14.1.0",
    "typescript": "^5.5.0",
    "webpack": "^5.88.1"
  },
  "author": "schickling",
  "homepage": "https://github.com/contentlayerdev/contentlayer",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/timlrx/contentlayer2.git"
  },
  "bug": {
    "url": "https://github.com/timlrx/contentlayer2/issues"
  }
}