astro/examples/component/package.json
Fred K. Bot 8a1dd4b7e8
[ci] release (#4790)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-19 14:44:49 -04:00

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": "^1.2.7"
},
"peerDependencies": {
"astro": "^1.2.7"
}
}