{
  "name": "@trendcapital/react-hook-form-mantine",
  "version": "4.1.17",
  "description": "React hook form wrapper for Mantine components",
  "keywords": [
    "react-hook-form",
    "form-validation",
    "mantine"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Trend-Capital/react-hook-form-mantine.git"
  },
  "license": "MIT",
  "author": "Trend Capital",
  "contributors": [
    "Bryce Franzen"
  ],
  "private": false,
  "type": "module",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "source": "src/index.ts",
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "clean": "rimraf dist",
    "generate-barrels": "barrelsby --delete -c .barrelsby",
    "build": "npm run clean && npm run generate-barrels && rollup -c rollup.config.mjs",
    "dev": "npm run build -- --watch",
    "typecheck": "tsc --noEmit",
    "lint": "eslint src/**/*.tsx",
    "lint:fix": "npm run lint -- --fix",
    "test:unit": "echo \"No tests specified\" && exit 0",
    "prettier": "prettier .",
    "prettier:check": "npm run prettier -- --check",
    "prettier:format": "npm run prettier -- --write"
  },
  "devDependencies": {
    "@mantine/core": "^9.0.1",
    "@mantine/dates": "^9.0.1",
    "@rollup/plugin-commonjs": "^28.0.6",
    "@rollup/plugin-node-resolve": "^16.0.3",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "^12.1.4",
    "@types/react": "^19.2.2",
    "@types/react-dom": "^19.2.2",
    "barrelsby": "^2.8.1",
    "eslint": "^8.57.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-config-standard-with-typescript": "^43.0.1",
    "eslint-plugin-prettier": "^5.5.4",
    "eslint-plugin-react": "^7.37.5",
    "prettier": "^3.6.2",
    "react": "^19.2.0",
    "react-dom": "^19.2.0",
    "react-hook-form": "7.65.0",
    "rimraf": "^6.0.1",
    "rollup": "^4.52.4",
    "rollup-plugin-dts": "^6.2.3",
    "standard-version": "^9.5.0",
    "ts-node": "^10.9.2",
    "tslib": "^2.8.1",
    "typescript": "^5.9.3"
  },
  "peerDependencies": {
    "@mantine/core": ">=9.0.0",
    "@mantine/dates": ">=9.0.0",
    "react": ">=18.0.0",
    "react-dom": ">=18.0.0",
    "react-hook-form": ">=7.43.0"
  }
}
