astro-reactive-form/packages/create-astro-reactive/package.json
2023-12-07 15:47:28 +01:00

20 lines
493 B
JSON

{
"name": "create-astro-reactive",
"version": "0.0.4",
"description": "Create a new astro-reactive app",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/astro-reactive/astro-reactive.git"
},
"author": "astro-reactive",
"license": "MIT",
"bugs": {
"url": "https://github.com/astro-reactive/astro-reactive/issues"
},
"homepage": "https://astro-reactive.js.org",
"dependencies": {
"astro": "^4.0.3"
}
}