astro-forms
Version:
Forms in Astro, made easy.
27 lines (26 loc) • 615 B
JSON
{
"name": "astro-forms",
"version": "1.0.11",
"description": "Forms in Astro, made easy.",
"main": "index.mjs",
"homepage": "https://github.com/jackmerrill/astroforms#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/jackmerrill/astroforms.git",
"directory": "packages/astro-forms"
},
"bugs": {
"url": "https://github.com/jackmerrill/astroforms/issues"
},
"author": "Jack Merrill",
"license": "MPL-2.0",
"keywords": [
"astro",
"forms",
"jsonform"
],
"dependencies": {
"@tailwindcss/forms": "^0.5.2",
"tailwindcss": "^3.1.5"
}
}