{
  "name": "@xudesheng/mdbook-codi",
  "version": "0.15.8",
  "description": "Thin npm wrapper for the native mdbook-codi renderer",
  "type": "module",
  "bin": {
    "mdbook-codi": "bin/mdbook-codi.js"
  },
  "files": [
    "bin/",
    "lib/",
    "scripts/",
    "README.md"
  ],
  "scripts": {
    "postinstall": "node scripts/postinstall.mjs",
    "test": "node --test test/*.test.mjs",
    "pack:dry-run": "npm pack --dry-run"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=18"
  },
  "license": "MIT"
}
