{
    "name": "nextui-hook-form",
    "version": "0.1.2",
    "description": "Form elements build with NextUI and React Hook Form",
    "types": "dist/index.d.ts",
    "main": "dist/index.js",
    "module": "dist/index.mjs",
    "files": [
        "dist"
    ],
    "exports": {
        ".": {
            "types": "./dist/index.d.ts",
            "import": "./dist/index.js"
        }
    },
    "sideEffects": false,
    "repository": {
        "type": "git",
        "url": "git+https://github.com/teebarg/nextui-hook-form.git"
    },
    "bugs": {
        "url": "https://github.com/teebarg/nextui-hook-form/issues",
        "email": "teebarg01@gmail.com"
    },
    "scripts": {
        "build": "tsc",
        "build:watch": "tsc --watch",
        "prepare": " husky install && npm run build",
        "prettier:check": "prettier \"*.{js,jsx,ts,tsx,json,css,scss,md}\" --write",
        "lint:check": "eslint --max-warnings=0 \"*.{js,jsx,ts,tsx,json}\" --fix",
        "test": "echo `This is test`"
    },
    "keywords": [
        "react",
        "icons",
        "svgs",
        "typescript"
    ],
    "author": {
        "name": "Adeniyi Aderounmu",
        "email": "teebarg01@gmail.com",
        "url": "http://niyi.com.ng/"
    },
    "license": "ISC",
    "dependencies": {
        "@nextui-org/react": "^2.4.1",
        "@react-stately/data": "^3.11.4",
        "react-icons": "github:teebarg/react-icons"
    },
    "devDependencies": {
        "@types/node": "^20.14.6",
        "@types/react": "^18.3.3",
        "@typescript-eslint/eslint-plugin": "^7.13.1",
        "@typescript-eslint/parser": "^7.13.1",
        "eslint": "^8.55.0",
        "eslint-plugin-react": "^7.34.3",
        "husky": "^8.0.3",
        "prettier": "3.1.1",
        "react": "^18.3.1",
        "react-hook-form": "^7.51.5",
        "typescript": "^5.4.5"
    },
    "lint-staged": {
        "*.{js,jsx,ts,tsx,json,css,scss,md}": [
            "prettier --write"
        ],
        "*.{js,jsx,ts,tsx,json}": [
            "npm run lint:check"
        ]
    },
    "husky": {
        "hooks": {
            "pre-commit": "lint-staged"
        }
    }
}
