2021-12-17 08:47:59 -05:00
|
|
|
{
|
|
|
|
"name": "@example/component",
|
2022-09-07 17:23:47 -05:00
|
|
|
"private": true,
|
2021-12-17 08:47:59 -05:00
|
|
|
"version": "0.0.1",
|
2022-09-07 18:16:54 -04:00
|
|
|
"type": "module",
|
|
|
|
"exports": {
|
|
|
|
".": "./index.ts"
|
2021-12-17 08:47:59 -05:00
|
|
|
},
|
2022-09-07 18:16:54 -04:00
|
|
|
"files": [
|
|
|
|
"src",
|
|
|
|
"index.ts"
|
|
|
|
],
|
|
|
|
"keywords": [
|
|
|
|
"astro-component"
|
|
|
|
],
|
|
|
|
"scripts": {},
|
|
|
|
"devDependencies": {
|
2024-09-17 03:23:49 -07:00
|
|
|
"astro": "^5.0.0-beta.1"
|
2022-09-07 18:16:54 -04:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2024-09-18 16:42:44 +01:00
|
|
|
"astro": "^4.0.0 || ^5.0.0"
|
2021-12-17 08:47:59 -05:00
|
|
|
}
|
|
|
|
}
|