{
  "name": "formkit-react",
  "version": "1.1.16",
  "private": false,
  "description": "FormKit is a React library for building forms with ease.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node index.js",
    "build": "tsc",
    "prepare": "npm run build"
  },
  "keywords": [
    "form",
    "formkit",
    "react",
    "form-builder",
    "form-library",
    "form-validation",
    "react-forms",
    "form-handling",
    "react-form-library",
    "input-components",
    "formkit-react"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/akber777/formkit-react"
  },
  "author": "Akbar Ahmadzada",
  "github": "https://github.com/akber777",
  "license": "ISC",
  "peerDependencies": {
    "@types/react": ">=18.2.0",
    "@types/react-dom": ">=18.2.0",
    "react": ">=18.2.0",
    "react-dom": ">=18.2.0"
  },
  "devDependencies": {
    "@types/react": "^18.2.0",
    "@types/react-dom": "^18.2.0",
    "typescript": "^5.0.0"
  }
}
