diff options
Diffstat (limited to 'examples/integration/package.json')
-rw-r--r-- | examples/integration/package.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/examples/integration/package.json b/examples/integration/package.json new file mode 100644 index 000000000..e6a3866fb --- /dev/null +++ b/examples/integration/package.json @@ -0,0 +1,23 @@ +{ + "name": "@example/integration", + "private": true, + "version": "0.0.1", + "type": "module", + "exports": { + ".": "./index.ts" + }, + "files": [ + "src", + "index.ts" + ], + "keywords": [ + "withastro" + ], + "scripts": {}, + "devDependencies": { + "astro": "^5.9.0" + }, + "peerDependencies": { + "astro": "^4.0.0" + } +} |