{
  "name": "shiki-stream",
  "type": "module",
  "version": "0.1.5",
  "description": "Streaming colorization for Shiki. Moved to `@shikijs/stream`; this package re-exports from there.",
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
  "license": "MIT",
  "funding": "https://github.com/sponsors/antfu",
  "homepage": "https://github.com/antfu/shiki-stream#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/antfu/shiki-stream.git"
  },
  "bugs": "https://github.com/antfu/shiki-stream/issues",
  "keywords": [],
  "sideEffects": false,
  "exports": {
    ".": "./dist/index.mjs",
    "./vue": "./dist/vue.mjs",
    "./react": "./dist/react.mjs",
    "./solid": "./dist/solid.mjs"
  },
  "main": "./dist/index.mjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.mts",
  "files": [
    "dist"
  ],
  "peerDependencies": {
    "react": "^19.0.0",
    "solid-js": "^1.9.0",
    "vue": "^3.2.0"
  },
  "peerDependenciesMeta": {
    "react": {
      "optional": true
    },
    "solid-js": {
      "optional": true
    },
    "vue": {
      "optional": true
    }
  },
  "dependencies": {
    "@shikijs/stream": "^4.2.0"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^6.7.3",
    "@antfu/ni": "^28.1.0",
    "@eslint-react/eslint-plugin": "^2.5.1",
    "@shikijs/core": "^4.2.0",
    "@shikijs/engine-javascript": "^4.2.0",
    "@shikijs/langs": "^4.2.0",
    "@shikijs/themes": "^4.2.0",
    "@types/node": "^24.10.4",
    "@types/react": "^19.2.7",
    "bumpp": "^10.3.2",
    "eslint": "^9.39.2",
    "eslint-plugin-react-hooks": "^7.0.1",
    "eslint-plugin-react-refresh": "^0.4.26",
    "lint-staged": "^16.2.7",
    "pnpm": "^10.27.0",
    "react": "^19.2.3",
    "shiki": "^4.2.0",
    "simple-git-hooks": "^2.13.1",
    "taze": "^19.9.2",
    "tsx": "^4.21.0",
    "typescript": "~5.9.3",
    "vite": "^7.3.0",
    "vitest": "^4.0.16",
    "vue-tsc": "^3.2.2"
  },
  "resolutions": {
    "chokidar": "^5.0.0",
    "semver": "^7.7.3"
  },
  "simple-git-hooks": {
    "pre-commit": "pnpm lint-staged"
  },
  "lint-staged": {
    "*": "eslint --fix"
  },
  "scripts": {
    "build": "node scripts/build.mjs",
    "dev": "node scripts/build.mjs",
    "lint": "eslint .",
    "release": "bumpp",
    "start": "tsx src/index.ts",
    "test": "vitest",
    "typecheck": "vue-tsc --noEmit",
    "play": "nr -C playground dev",
    "play:build": "nr -C playground build"
  }
}