{
  "_from": "input-otp@^1.4.2",
  "_id": "input-otp@1.4.2",
  "_inBundle": false,
  "_integrity": "sha512-l3jWwYNvrEa6NTCt7BECfCm48GvwuZzkoeG3gBL2w4CHeOXW3eKFmf9UNYkNfYc3mxMrthMnxjIE07MT0zLBQA==",
  "_location": "/input-otp",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "input-otp@^1.4.2",
    "name": "input-otp",
    "escapedName": "input-otp",
    "rawSpec": "^1.4.2",
    "saveSpec": null,
    "fetchSpec": "^1.4.2"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/input-otp/-/input-otp-1.4.2.tgz",
  "_shasum": "f4d3d587d0f641729e55029b3b8c4870847f4f07",
  "_spec": "input-otp@^1.4.2",
  "_where": "C:\\wamp64\\www\\utc\\app",
  "author": {
    "name": "Guilherme Rodz",
    "email": "g@rodz.dev"
  },
  "bugs": {
    "url": "https://github.com/guilhermerodz/input-otp/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "One-time password input component for React.",
  "devDependencies": {
    "@types/react": "^18.2.55",
    "@types/react-dom": "^18.2.19",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "typescript": "^5.3.3"
  },
  "eslintConfig": {
    "root": true,
    "reportUnusedDisableDirectives": true,
    "ignorePatterns": [
      "**/build",
      "**/coverage",
      "**/dist"
    ],
    "parser": "@typescript-eslint/parser",
    "parserOptions": {
      "sourceType": "module",
      "ecmaVersion": 2020
    },
    "settings": {
      "import/parsers": {
        "@typescript-eslint/parser": [
          ".ts",
          ".tsx"
        ]
      },
      "import/resolver": {
        "typescript": true
      },
      "react": {
        "version": "detect"
      }
    },
    "plugins": [
      "@typescript-eslint",
      "import"
    ],
    "extends": [
      "plugin:react/jsx-runtime",
      "plugin:react-hooks/recommended",
      "eslint:recommended",
      "plugin:@typescript-eslint/recommended",
      "plugin:@typescript-eslint/stylistic",
      "plugin:import/recommended",
      "plugin:import/typescript",
      "prettier"
    ],
    "env": {
      "browser": true,
      "es2020": true
    },
    "rules": {
      "react/jsx-key": [
        "error",
        {
          "checkFragmentShorthand": true
        }
      ],
      "react-hooks/exhaustive-deps": "error",
      "@typescript-eslint/no-explicit-any": "off"
    }
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "module": "./dist/index.mjs",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js",
      "default": "./dist/index.mjs"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://input-otp.rodz.dev/",
  "keywords": [
    "react",
    "otp",
    "input",
    "accessible"
  ],
  "license": "MIT",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "name": "input-otp",
  "peerDependencies": {
    "react": "^16.8 || ^17.0 || ^18.0 || ^19.0.0 || ^19.0.0-rc",
    "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0.0 || ^19.0.0-rc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/guilhermerodz/input-otp.git",
    "directory": "packages/input-otp"
  },
  "scripts": {
    "build": "run-s build:* copy-readme",
    "build:tsup": "tsup --dts --minify",
    "clean": "rimraf dist",
    "copy-readme": "cp ../../README.md ./README.md",
    "dev": "tsup --watch --dts",
    "format": "prettier --write .",
    "lint": "run-p lint:*",
    "lint:eslint": "eslint src --ext .ts",
    "lint:eslint:fix": "eslint src --ext .ts --fix",
    "lint:format": "prettier --check \"src/**/*.ts\"",
    "lint:format:fix": "prettier --check \"src/**/*.ts\" --write",
    "lint:tsc": "tsc --project tsconfig.json --noEmit",
    "release": "npm publish",
    "release:beta": "npm publish --tag beta",
    "type-check": "tsc --noEmit"
  },
  "types": "./dist/index.d.ts",
  "version": "1.4.2"
}
