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 17:16:54 -05:00
|
|
|
"type": "module",
|
|
|
|
"exports": {
|
|
|
|
".": "./index.ts"
|
2021-12-17 08:47:59 -05:00
|
|
|
},
|
2022-09-07 17:16:54 -05:00
|
|
|
"files": [
|
|
|
|
"src",
|
|
|
|
"index.ts"
|
|
|
|
],
|
|
|
|
"keywords": [
|
|
|
|
"astro-component"
|
|
|
|
],
|
|
|
|
"scripts": {},
|
|
|
|
"devDependencies": {
|
2024-08-19 13:37:39 -05:00
|
|
|
"astro": "^5.0.0-alpha.0"
|
2022-09-07 17:16:54 -05:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2024-01-24 00:23:48 -05:00
|
|
|
"astro": "^4.0.0"
|
2021-12-17 08:47:59 -05:00
|
|
|
}
|
|
|
|
}
|