{
  "name": "@xmanscript/useform",
  "version": "2.0.2",
  "description": "Yet another useForm hook to confuse developers.",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/laxmanpokhrel/xmanscript-useform.git"
  },
  "keywords": [
    "useForm",
    "With Context",
    "useForm With Context",
    "persist form data"
  ],
  "bugs": {
    "url": "https://github.com/laxmanpokhrel/xmanscript-useform/issues"
  },
  "homepage": "https://github.com/laxmanpokhrel/xmanscript-useform#readme",
  "scripts": {
    "build": "rm -rf lib && tsc",
    "prepare": "husky install",
    "lint": "eslint .",
    "lint:fix": "eslint --fix ."
  },
  "author": "Laxman Pokhrel",
  "license": "MIT",
  "devDependencies": {
    "@types/node": "^20.6.2",
    "@types/react": "^18.2.21",
    "@types/uuid": "^9.0.2",
    "@typescript-eslint/eslint-plugin": "^6.7.0",
    "@typescript-eslint/parser": "^6.7.0",
    "eslint": "^8.49.0",
    "eslint-config-airbnb": "^19.0.4",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-config-prettier": "^9.0.0",
    "eslint-import-resolver-typescript": "^3.6.0",
    "eslint-plugin-import": "^2.28.1",
    "eslint-plugin-jsx-a11y": "^6.7.1",
    "eslint-plugin-prettier": "^5.0.0",
    "eslint-plugin-react": "^7.33.1",
    "eslint-plugin-react-hooks": "^4.6.0",
    "husky": "^8.0.0",
    "lint-staged": "^14.0.1",
    "prettier": "^3.0.3",
    "ts-node": "^10.9.1",
    "tsconfig-paths": "^4.2.0",
    "typescript": "^5.1.6"
  },
  "peerDependencies": {
    "react": "*",
    "yup": "^1.3.2"
  },
  "lint-staged": {
    "*.{js,jsx,ts,tsx}": [
      "eslint --fix",
      "prettier --cache --write"
    ]
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@xmanscript/utils": "^1.7.17",
    "react": "*",
    "yup": "^1.3.2"
  }
}
