{
  "name": "antd-custom-form",
  "version": "0.8.0",
  "description": "A custom form component built with Ant Design",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DevOsamaIslam/antd-custom-form.git"
  },
  "keywords": [
    "react",
    "antd",
    "ant-design",
    "hook-form"
  ],
  "author": "Osama Samarrai <osamasamarrai@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/DevOsamaIslam/antd-custom-form/issues"
  },
  "homepage": "https://github.com/DevOsamaIslam/antd-custom-form#readme",
  "peerDependencies": {
    "antd": "^4.0.0",
    "react": "^16.0.0 || ^18.0.0",
    "react-dom": "^16.0.0 || ^18.0.0"
  },
  "devDependencies": {
    "@changesets/cli": "^2.26.2",
    "@types/react": "^18.2.21",
    "@types/react-dom": "^18.2.7",
    "typescript": "^5.2.2"
  }
}
