IOweb/node_modules/@astrojs/compiler-binding-win32-x64-msvc/package.json
2026-07-03 15:07:38 -05:00

37 lines
No EOL
783 B
JSON

{
"name": "@astrojs/compiler-binding-win32-x64-msvc",
"version": "0.3.0",
"cpu": [
"x64"
],
"main": "astro.win32-x64-msvc.node",
"files": [
"astro.win32-x64-msvc.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": [
"win32"
]
}