astro-reactive-form/demo/package.json
2022-10-01 16:48:20 +02:00

33 lines
817 B
JSON

{
"name": "demo-astro-reactive-form",
"description": "Demo App for Astro Reactive Form",
"type": "module",
"version": "0.0.1",
"author": {
"name": "Ayo Ayco",
"email": "ramon.aycojr@gmail.com",
"url": "https://ayco.io"
},
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^1.4.2",
"astro-reactive-form": "^0.1.1"
},
"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"
}