33 lines
850 B
JSON
33 lines
850 B
JSON
{
|
|
"name": "demo-astro-reactive-library",
|
|
"description": "Demo App for Astro Reactive Library",
|
|
"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.4",
|
|
"astro-reactive-form": "file:packages/astro-reactive-form"
|
|
},
|
|
"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"
|
|
}
|