2021-12-17 13:47:59 +00:00
|
|
|
{
|
|
|
|
"name": "@example/component",
|
2022-09-07 22:23:47 +00:00
|
|
|
"private": true,
|
2021-12-17 13:47:59 +00:00
|
|
|
"version": "0.0.1",
|
2022-09-07 22:16:54 +00:00
|
|
|
"type": "module",
|
|
|
|
"exports": {
|
|
|
|
".": "./index.ts"
|
2021-12-17 13:47:59 +00:00
|
|
|
},
|
2022-09-07 22:16:54 +00:00
|
|
|
"files": [
|
|
|
|
"src",
|
|
|
|
"index.ts"
|
|
|
|
],
|
|
|
|
"keywords": [
|
|
|
|
"astro-component"
|
|
|
|
],
|
|
|
|
"scripts": {},
|
|
|
|
"devDependencies": {
|
2022-10-28 16:14:55 +00:00
|
|
|
"astro": "^1.6.1"
|
2022-09-07 22:16:54 +00:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2022-10-28 16:14:55 +00:00
|
|
|
"astro": "^1.6.1"
|
2021-12-17 13:47:59 +00:00
|
|
|
}
|
|
|
|
}
|