{
  "name": "twoslash-eslint",
  "type": "module",
  "version": "0.3.9",
  "description": "ESLint-backed twoslash runner",
  "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-eslint"
  },
  "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": {
    "eslint": ">=8.50.0"
  },
  "dependencies": {
    "twoslash-protocol": "0.3.9"
  },
  "devDependencies": {
    "@types/eslint": "^9.6.1"
  },
  "scripts": {
    "build": "unbuild",
    "dev": "unbuild --stub",
    "start": "esno src/index.ts"
  }
}