{
  "name": "react-easy-otp",
  "version": "1.0.1",
  "private": false,
  "description": "A lightweight and customizable OTP input component built with React and no dependencies.",
  "main": "dist/index.cjs.js",
  "module": "dist/index.esm.js",
  "files": [
    "dist"
  ],
  "peerDependencies": {
    "react": "^18.0.0",
    "react-dom": "^18.0.0"
  },
  "dependencies": {
    "react": "^18.0.0",
    "react-dom": "^18.0.0"
  },
  "keywords": [
    "react",
    "otp",
    "react-otp",
    "otp-input",
    "verification",
    "react-component",
    "javascript",
    "no-dependency"
  ],
  "author": "Your Name",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/arindamad/react-easy-otp.git"
  },
  "bugs": {
    "url": "https://github.com/arindamad/react-easy-otp/issues"
  },
  "homepage": "https://github.com/arindamad/react-easy-otp#readme",
  "devDependencies": {
    "@babel/core": "^7.27.1",
    "@babel/preset-env": "^7.27.2",
    "@babel/preset-react": "^7.27.1",
    "@rollup/plugin-babel": "^6.0.4",
    "@rollup/plugin-commonjs": "^28.0.3",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^16.0.1",
    "@rollup/plugin-replace": "^6.0.2",
    "parcel": "^2.0.0",
    "rollup": "^2.79.2",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-postcss": "^4.0.2",
    "rollup-plugin-sucrase": "^2.1.0",
    "rollup-plugin-terser": "^7.0.2"
  },
  "scripts": {
    "start": "parcel public/index.html --open",
    "build": "rollup -c"
  }
}