mirror of
https://github.com/withastro/astro.git
synced 2025-08-06 14:49:27 +08:00

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
24 lines
354 B
JSON
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"
|
|
}
|
|
}
|