{
  "name": "@megha-ui/react",
  "version": "1.3.226",
  "description": "A collection of reusable UI components for React applications, built with TypeScript.",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "format": "prettier --write .",
    "format:check": "prettier --check .",
    "prepublishOnly": "npm run build",
    "publish:patch": "npm version patch && npm publish --access public",
    "publish:minor": "npm version minor && npm publish --access public",
    "publish:major": "npm version major && npm publish --access public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nrg-tools/nrg-text-input.git"
  },
  "keywords": [
    "text",
    "input"
  ],
  "author": "Nagendra Goud Porumalla",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/nrg-tools/nrg-text-input/issues"
  },
  "homepage": "https://github.com/nrg-tools/nrg-text-input#readme",
  "devDependencies": {
    "@types/file-saver": "^2.0.7",
    "@types/lodash": "^4.17.24",
    "@types/react": "^19.1.8",
    "@types/react-dom": "^19.1.6",
    "typescript": "^5.8.3"
  },
  "peerDependencies": {
    "react": "^19.1.0",
    "react-dom": "^19.1.0"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "dependencies": {
    "file-saver": "^2.0.5",
    "lodash": "^4.18.1",
    "prettier": "^3.8.1",
    "react-icons": "^5.5.0",
    "react-tooltip": "^5.30.0",
    "styled-components": "^6.1.19",
    "uuid": "^11.1.0",
    "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz"
  }
}
