{
  "name": "shiki-twoslash",
  "version": "3.1.2",
  "license": "MIT",
  "homepage": "https://github.com/shikijs/twoslash",
  "repository": {
    "url": "https://github.com/shikijs/twoslash.git",
    "directory": "packages/shiki-twoslash",
    "type": "git"
  },
  "bugs": {
    "url": "https://github.com/shikijs/twoslash/issues"
  },
  "description": "API primitives to mix Shiki with Twoslash",
  "author": "Orta Therox",
  "main": "./dist/index.js",
  "module": "./dist/shiki-twoslash.esm.js",
  "typings": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "start": "tsdx watch",
    "update": "node scripts/generateTSConfigOneliners.js",
    "build": "tsdx build",
    "test": "tsdx test",
    "lint": "tsdx lint"
  },
  "dependencies": {
    "@typescript/twoslash": "3.1.0",
    "@typescript/vfs": "1.3.4",
    "fenceparser": "^1.1.0",
    "shiki": "0.10.1"
  },
  "peerDependencies": {
    "typescript": ">3"
  },
  "devDependencies": {
    "@types/jest": "^25.1.3",
    "gray-matter": "^4.0.3",
    "jest-file-snapshot": "^0.5.0",
    "prettier": "^2.3.0",
    "remark": "^13.0.0",
    "tsdx": "^0.14.1",
    "tslib": "^1.10.0",
    "unified": "^8.4.2"
  }
}
