{ "name": "@astro-reactive/demo", "description": "Demo App for Astro Reactive Library", "type": "module", "version": "0.0.1", "author": "Ayo Ayco (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" }