{
  "name": "twoslash-vue",
  "type": "module",
  "version": "0.3.9",
  "description": "Extended Twoslash for Vue SFC support",
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
  "license": "MIT",
  "funding": "https://github.com/sponsors/antfu",
  "homepage": "https://github.com/twoslashes/twoslash#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/twoslashes/twoslash.git",
    "directory": "packages/twoslash-vue"
  },
  "bugs": "https://github.com/twoslashes/twoslash/issues",
  "keywords": [
    "twoslash",
    "vue",
    "shiki"
  ],
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    }
  },
  "main": "./dist/index.mjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "typesVersions": {
    "*": {
      "*": [
        "./dist/*",
        "./dist/index.d.ts"
      ]
    }
  },
  "files": [
    "dist"
  ],
  "peerDependencies": {
    "typescript": "^5.5.0 || ^6.0.0"
  },
  "dependencies": {
    "@vue/language-core": "^3.2.6",
    "twoslash": "0.3.9",
    "twoslash-protocol": "0.3.9"
  },
  "scripts": {
    "build": "unbuild",
    "dev": "unbuild --stub",
    "start": "esno src/index.ts"
  }
}