{
  "name": "contentlayer2",
  "version": "0.5.8",
  "bin": "./bin/cli.cjs",
  "type": "module",
  "engines": {
    "node": ">=18"
  },
  "exports": {
    "./package.json": "./package.json",
    "./source-files": "./dist/source-files/index.js",
    "./source-files/schema": "./dist/source-files/schema/index.js",
    "./source-remote-files": "./dist/source-remote-files/index.js",
    "./client": "./dist/client/index.js",
    "./utils": "./dist/utils/index.js",
    "./utils/node": "./dist/utils/node/index.js",
    "./core": "./dist/core/index.js"
  },
  "_typesVersions": "Not needed anymore once this issue is closed https://github.com/microsoft/TypeScript/issues/33079",
  "typesVersions": {
    "*": {
      "packge.json": [
        "./package.json"
      ],
      "source-files": [
        "./dist/source-files"
      ],
      "source-files/schema": [
        "./dist/source-files/schema"
      ],
      "source-remote-files": [
        "./dist/source-remote-files"
      ],
      "client": [
        "./dist/client"
      ],
      "dynamic": [
        "./dist/dynamic"
      ],
      "utils": [
        "./dist/utils"
      ],
      "utils/node": [
        "./dist/utils/node"
      ],
      "core": [
        "./dist/core"
      ]
    }
  },
  "files": [
    "./bin/cli.cjs",
    "./dist/**/*.{js,ts,map}",
    "./src",
    "./package.json"
  ],
  "scripts": {
    "#postinstall": "This is executed in packages which install `contentlayer`",
    "postinstall": "node ./bin/cli.cjs postinstall || echo 'No Contentlayer build found.'",
    "#_bundle-cli": "Currently unused. See https://github.com/contentlayerdev/contentlayer/issues/67",
    "_bundle-cli": "esbuild ./dist/cli/index.js --bundle --platform=node --format=esm --external:esbuild --external:@esbuild-plugins/node-resolve --outfile=dist/cli/bundle.js --main-fields=module,main --metafile=meta.json --banner:js=\"import { createRequire as topLevelCreateRequire } from 'module'; const require = topLevelCreateRequire(import.meta.url); const __dirname = '__SET_BY_ESBUILD__';\""
  },
  "dependencies": {
    "@contentlayer2/cli": "0.5.8",
    "@contentlayer2/client": "0.5.8",
    "@contentlayer2/core": "0.5.8",
    "@contentlayer2/source-files": "0.5.8",
    "@contentlayer2/source-remote-files": "0.5.8",
    "@contentlayer2/utils": "0.5.8"
  },
  "devDependencies": {
    "typescript": "^5.5.0"
  },
  "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"
  }
}