{
  "name": "@astrojs/compiler-binding-darwin-arm64",
  "version": "0.4.0",
  "cpu": [
    "arm64"
  ],
  "main": "astro.darwin-arm64.node",
  "files": [
    "astro.darwin-arm64.node"
  ],
  "description": "Astro Compiler",
  "keywords": [
    "astro",
    "compiler",
    "javascript",
    "typescript"
  ],
  "author": "Astro contributors",
  "homepage": "https://astro.build",
  "license": "MIT",
  "engines": {
    "node": "^20.19.0 || >=22.12.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/withastro/compiler-rs.git",
    "directory": "crates/astro_napi"
  },
  "bugs": "https://github.com/withastro/compiler/issues",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "os": [
    "darwin"
  ]
}