{
  "name": "beecode-otp-ui",
  "version": "1.0.4",
  "description": "OTP Frontend UI",
  "author": "beecodeguy",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "https://github.com/beecodeguy/otp-ui"
  },
  "bugs": {
    "url": "https://github.com/beecodeguy/otp-ui/issues"
  },
  "scripts": {
    "build": "rollup -c"
  },
  "devDependencies": {
    "@rollup/plugin-terser": "^0.4.4",
    "@swc/core": "^1.4.2",
    "@types/react": "^18.2.58",
    "@types/react-dom": "^18.2.19",
    "babel-core": "^6.26.3",
    "babel-runtime": "^6.26.0",
    "clsx": "^2.1.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "rollup": "^4.12.0",
    "rollup-plugin-sass": "^1.12.21",
    "rollup-plugin-typescript2": "^0.36.0",
    "tailwind-merge": "^2.2.1",
    "tailwindcss": "^3.4.1",
    "typescript": "^5.3.3"
  },
  "dependencies": {
    "@babel/core": "^7.23.9",
    "@babel/preset-env": "^7.23.9",
    "@rollup/plugin-babel": "^6.0.4",
    "babel-loader": "^9.1.3",
    "rollup-plugin-postcss": "^4.0.2"
  },
  "peerDependencies": {
    "react": "^17.0.1",
    "react-dom": "^17.0.1"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "react",
    "nextjs",
    "otp",
    "headlessUI"
  ],
  "license": "MIT"
}
