mirror of
https://github.com/velocitatem/garlic.git
synced 2026-05-31 08:43:36 +00:00
28 lines
477 B
JSON
28 lines
477 B
JSON
{
|
|
"name": "garlic-astro",
|
|
"version": "0.0.1",
|
|
"type": "module",
|
|
"author": "Daniel Alves Rosel",
|
|
"homepage": "https://github.com/velocitatem/garlic/tree/main",
|
|
"exports": {
|
|
".": "./index.ts"
|
|
},
|
|
"files": [
|
|
"src",
|
|
"index.ts"
|
|
],
|
|
"keywords": [
|
|
"astro-component"
|
|
],
|
|
"scripts": {},
|
|
"devDependencies": {
|
|
"astro": "^2.0.17"
|
|
},
|
|
"peerDependencies": {
|
|
"astro": "^2.0.0-beta.0"
|
|
},
|
|
"dependencies": {
|
|
"jsdom": "^21.1.0"
|
|
}
|
|
}
|