{
  "name": "react-native-advanced-checkbox",
  "version": "2.0.6",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build"
  },
  "peerDependencies": {
    "react": ">=18.2.0",
    "react-native": ">=0.72.0"
  },
  "devDependencies": {
    "@types/react": "^19.0.0",
    "@types/react-native": "^0.74.0",
    "typescript": "^5.4.5"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "author": "Sujeet Kumar <rajrock7254@gmail.com> (https://github.com/getsettalk)",
  "repository": {
    "type": "git",
    "url": "https://github.com/getsettalk/react-native-advanced-checkbox"
  },
  "homepage": "https://github.com/getsettalk/react-native-advanced-checkbox",
  "bugs": {
    "url": "https://github.com/getsettalk/react-native-advanced-checkbox/issues"
  },
  "files": [
    "dist/**/*"
  ],
  "license": "MIT",
  "keywords": [
    "react-native",
    "checkbox",
    "advanced-checkbox",
    "animation",
    "haptic",
    "accessibility",
    "react-native-advanced-checkbox",
    "react-native-checkbox",
    "group-checkbox"
  ],
  "description": "A customizable, animated checkbox component for React Native with group support, haptic feedback, and accessibility features, compatible with React Native 0.72.0 and above."
}
