{
  "name": "markdown-it-shiki-twoslash",
  "version": "2.1.3",
  "license": "MIT",
  "homepage": "https://github.com/shikijs/twoslash",
  "repository": {
    "url": "https://github.com/shikijs/twoslash.git",
    "directory": "packages/markdown-it-shiki-twoslash",
    "type": "git"
  },
  "bugs": {
    "url": "https://github.com/shikijs/twoslash/issues"
  },
  "description": "A markdown-it plugin for Shiki with Twoslash code samples",
  "author": "Orta Therox",
  "main": "./dist/index.js",
  "type": "module",
  "typings": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "esbuild src/index.ts --outfile=dist/index.js --target=node12 --platform=node",
    "bootstrap": "pnpm exec tsc src/index.ts --declaration  --emitDeclarationOnly --outdir dist --esModuleInterop"
  },
  "dependencies": {
    "deasync": "^0.1.21",
    "remark-shiki-twoslash": "3.1.3"
  },
  "devDependencies": {
    "@types/deasync": "^0.1.1",
    "@types/jest": "^25.1.3",
    "@types/markdown-it": "^12.0.1",
    "markdown-it": "^12.0.6",
    "shiki": "0.10.1",
    "shiki-twoslash": "3.1.2",
    "tslib": "^1.10.0",
    "typescript": ">3"
  }
}
