formbold-react
Version:
Formbold package for react.
48 lines (47 loc) • 975 B
JSON
{
"name": "formbold-react",
"version": "1.1.3",
"description": "Formbold package for react.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/FormBold/formbold-react"
},
"author": "Formbold Team <hello@formbold.com> (https://formbold.com/)",
"homepage": "https://formbold.com/",
"scripts": {
"build": "tsc --declaration"
},
"files": [
"dist",
"README.md",
"LICENSE.md"
],
"license": "MIT",
"keywords": [
"forms",
"form",
"form-api",
"web-form",
"react-form",
"react",
"formbold"
],
"devDependencies": {
"@types/react": "^19.0.0",
"typescript": "^5.8.2"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0"
},
"bugs": {
"url": "https://github.com/FormBold/formbold-react/issues"
}
}