{
  "name": "ast-v8-to-istanbul",
  "version": "1.0.2",
  "description": "AST-aware v8-to-istanbul",
  "homepage": "https://github.com/AriPerkkio/ast-v8-to-istanbul",
  "bugs": "https://github.com/AriPerkkio/ast-v8-to-istanbul",
  "license": "MIT",
  "author": "Ari Perkkiö <ari.perkkio@gmail.com>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AriPerkkio/ast-v8-to-istanbul.git"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "types": "./dist/index.d.mts",
  "exports": "./dist/index.mjs",
  "scripts": {
    "dev": "tsdown --watch --sourcemap",
    "build": "tsdown",
    "deploy": "touch coverage/.nojekyll && gh-pages --dist coverage --dotfiles",
    "test": "vitest",
    "test:dev": "vitest --project 'vite/parseAstAsync'",
    "lint": "oxlint --type-aware && oxfmt --check && publint",
    "typecheck": "tsc --noEmit",
    "debug": "open fixture-coverage/index.html istanbul-coverage/index.html",
    "verify": "pnpm build; pnpm lint; pnpm typecheck; pnpm run test --run"
  },
  "dependencies": {
    "@jridgewell/trace-mapping": "^0.3.31",
    "estree-walker": "^3.0.3",
    "js-tokens": "^10.0.0"
  },
  "devDependencies": {
    "@babel/parser": "^7.29.3",
    "@babel/types": "^7.29.0",
    "@sveltejs/vite-plugin-svelte": "^7.1.2",
    "@types/estree": "^1.0.9",
    "@types/istanbul-lib-coverage": "^2.0.6",
    "@types/istanbul-lib-instrument": "^1.7.8",
    "@types/istanbul-lib-report": "^3.0.3",
    "@types/istanbul-lib-source-maps": "^4.0.4",
    "@types/istanbul-reports": "^3.0.4",
    "@types/node": "^25.9.1",
    "@vitejs/plugin-vue": "^6.0.7",
    "@vitest/coverage-istanbul": "^4.1.7",
    "@vitest/coverage-v8": "^4.1.7",
    "acorn": "^8.16.0",
    "gh-pages": "^6.3.0",
    "istanbul-lib-coverage": "^3.2.2",
    "istanbul-lib-instrument": "^6.0.3",
    "istanbul-lib-report": "^3.0.1",
    "istanbul-lib-source-maps": "^5.0.6",
    "istanbul-reports": "^3.2.0",
    "magic-string": "^0.30.21",
    "oxc-parser": "^0.132.0",
    "oxfmt": "^0.51.0",
    "oxlint": "^1.66.0",
    "oxlint-tsgolint": "^0.23.0",
    "publint": "^0.3.21",
    "rollup": "^4.60.4",
    "tinyrainbow": "^3.1.0",
    "tsdown": "^0.22.0",
    "typescript": "^6.0.3",
    "vite": "^7.3.3",
    "vitest": "^4.1.7",
    "vue": "^3.5.34",
    "yaml": "^2.9.0"
  },
  "packageManager": "pnpm@11.3.0",
  "pnpm": {
    "overrides": {
      "@vitest/coverage-v8>ast-v8-to-istanbul": "./"
    },
    "patchedDependencies": {
      "istanbul-lib-source-maps": "patches/istanbul-lib-source-maps.patch"
    }
  }
}
