mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
ef00224a86
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
23 lines
343 B
JSON
23 lines
343 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": "^4.3.5"
|
|
},
|
|
"peerDependencies": {
|
|
"astro": "^4.0.0"
|
|
}
|
|
}
|