astro/examples/integration/package.json
2023-05-05 19:09:38 +08:00

23 lines
346 B
JSON

{
"name": "@example/integration",
"private": true,
"version": "0.0.1",
"type": "module",
"exports": {
".": "./index.ts"
},
"files": [
"src",
"index.ts"
],
"keywords": [
"withastro"
],
"scripts": {},
"devDependencies": {
"astro": "^2.4.1"
},
"peerDependencies": {
"astro": "^2.0.0-beta.0"
}
}