astro-reactive-form/apps/demo/package.json
2022-10-29 12:55:34 +02:00

30 lines
834 B
JSON

{
"name": "@astro-reactive/demo",
"description": "Demo App for Astro Reactive Library",
"type": "module",
"version": "0.0.1",
"author": "Ayo Ayco <ayo@ayco.io> (https://ayco.io)",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astro-reactive/form": "file:packages/form",
"@astro-reactive/validator": "file:packages/validator",
"astro": "^1.5.0"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ayoayco/astro-reactive-library.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/ayoayco/astro-reactive-library/issues"
},
"homepage": "https://github.com/ayoayco/astro-reactive-library#readme"
}