astro/examples/component/package.json
Fred K. Bot 8450a09f14
[ci] release (#5485)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-11-30 11:10:06 -05:00

23 lines
345 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": "^1.6.12"
},
"peerDependencies": {
"astro": "^1.6.12"
}
}