50841bb7fd
* [ci] release * Update packages/integrations/cloudflare/CHANGELOG.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Matthew Phillips <matthew@skypack.dev> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
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": "^1.6.0"
|
|
},
|
|
"peerDependencies": {
|
|
"astro": "^1.6.0"
|
|
}
|
|
}
|