astro-reactive-form/packages/astro-reactive-validator/package.json
2022-10-13 13:55:38 +02:00

29 lines
678 B
JSON

{
"name": "astro-reactive-validator",
"version": "0.0.0",
"description": "Validation Library for Astro Reactive Form 🔥",
"author": {
"name": "Ayo Ayco",
"email": "ayo@ayco.io",
"url": "https://ayco.io"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ayoayco/astro-reactive-library.git"
},
"keywords": [
"astro-components",
"ui",
"form",
"validation"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/ayoayco/astro-reactive-library/issues"
},
"homepage": "https://github.com/ayoayco/astro-reactive-library#readme",
"dependencies": {
"astro": "^1.4.4"
}
}