Files
astro/examples/component/package.json
Houston (Bot) 0f0a4c44af [ci] release (#14172)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-08-01 15:43:53 +01:00

24 lines
354 B
JSON

{
"name": "@example/component",
"private": true,
"version": "0.0.1",
"type": "module",
"exports": {
".": "./index.ts"
},
"files": [
"src",
"index.ts"
],
"keywords": [
"astro-component"
],
"scripts": {},
"devDependencies": {
"astro": "^5.12.8"
},
"peerDependencies": {
"astro": "^4.0.0 || ^5.0.0"
}
}