{
  "name": "@expressive-code/plugin-shiki",
  "version": "0.41.6",
  "description": "Shiki syntax highlighting plugin for Expressive Code, a text marking & annotation engine for presenting source code on the web.",
  "keywords": [],
  "author": "Tibor Schiemann",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/expressive-code/expressive-code.git",
    "directory": "packages/@expressive-code/plugin-shiki"
  },
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "exports": {
    "types": "./dist/index.d.ts",
    "default": "./dist/index.js"
  },
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "dependencies": {
    "@expressive-code/core": "^0.41.6",
    "shiki": "^3.2.2"
  },
  "devDependencies": {
    "@internal/test-utils": "^0.2.34"
  },
  "scripts": {
    "build": "tsup ./src/index.ts --format esm --dts --sourcemap --clean",
    "coverage": "vitest run --coverage --typecheck",
    "test": "vitest run --reporter verbose --typecheck",
    "test-short": "vitest run --reporter basic --typecheck",
    "test-watch": "vitest --reporter verbose --typecheck",
    "watch": "pnpm build --watch src"
  }
}