{
  "name": "@sy-records/docsify-shiki",
  "version": "1.0.1",
  "description": "A docsify plugin for syntax highlighting with Shiki.",
  "keywords": [
    "docsify",
    "docsify-plugin",
    "shiki",
    "syntax-highlight"
  ],
  "homepage": "https://github.com/sy-records/docsify-shiki#readme",
  "bugs": {
    "url": "https://github.com/sy-records/docsify-shiki/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sy-records/docsify-shiki.git"
  },
  "license": "MIT",
  "author": "sy-records",
  "main": "dist/index.js",
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "node build/build.js",
    "test": "node --test",
    "prepare": "npm run build"
  },
  "devDependencies": {
    "jsdom": "^26.1.0",
    "terser": "^5.43.1"
  },
  "peerDependencies": {
    "docsify": ">=4"
  },
  "peerDependenciesMeta": {
    "docsify": {
      "optional": true
    }
  }
}
