{
  "name": "@astrojs/compiler-rs",
  "version": "0.3.2",
  "homepage": "https://astro.build",
  "bugs": "https://github.com/withastro/compiler-rs/issues",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/withastro/compiler-rs.git"
  },
  "license": "MIT",
  "author": "withastro",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "default": "./dist/index.mjs"
    },
    "./async": {
      "types": "./dist/async.d.mts",
      "default": "./dist/async.mjs"
    },
    "./utils": {
      "types": "./dist/utils.d.mts",
      "default": "./dist/utils.mjs"
    },
    "./package.json": "./package.json"
  },
  "main": "./dist/index.mjs",
  "files": [
    "dist",
    "types.d.ts",
    "utils.d.ts",
    "async.d.ts"
  ],
  "dependencies": {
    "@astrojs/compiler-binding": "0.3.2"
  },
  "devDependencies": {
    "@jridgewell/trace-mapping": "^0.3.16",
    "@types/node": "^22",
    "publint": "^0.3.21",
    "tsdown": "^0.22.3",
    "typescript": "~5.5.3"
  },
  "engines": {
    "node": ">=22.12.0"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "scripts": {
    "build": "tsdown && publint"
  }
}