{
  "name": "@astrojs/compiler-binding-linux-x64-gnu",
  "version": "0.3.1",
  "cpu": [
    "x64"
  ],
  "main": "astro.linux-x64-gnu.node",
  "files": [
    "astro.linux-x64-gnu.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": [
    "linux"
  ],
  "libc": [
    "glibc"
  ]
}