UNPKG

formbold-react

Version:

Formbold package for react.

43 lines (42 loc) 938 B
{ "name": "formbold-react", "version": "1.1.1", "description": "Formbold package for react.", "main": "dist/index.js", "types": "./dist/index.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" }, "license": "MIT", "keywords": [ "forms", "form", "form-api", "web-form", "react-form", "react", "formbold" ], "devDependencies": { "@types/react-dom": "^19.0.0", "typescript": "^5.8.2" }, "peerDependencies": { "@types/react": "^19.0.0", "react": "^19.0.0", "react-dom": "^19.0.0" }, "bugs": { "url": "https://github.com/FormBold/formbold-react/issues" } }