IOweb/node_modules/@astrojs/compiler-rs/package.json
2026-07-03 15:07:38 -05:00

55 lines
No EOL
1.2 KiB
JSON

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