{
  "name": "rn-checkbox-list",
  "version": "1.3.0",
  "scripts": {
    "android": "react-native run-android",
    "ios": "react-native run-ios",
    "start": "react-native start",
    "test": "jest",
    "lint": "eslint ."
  },
  "devDependencies": {
    "@babel/core": "^7.28.6",
    "@babel/runtime": "^7.28.6",
    "@react-native/babel-preset": "0.83.1",
    "@react-native-community/cli": "latest",
    "@react-native-community/checkbox": "^0.5.20",
    "@react-native-community/eslint-config": "^3.2.0",
    "@react-native-community/eslint-plugin": "^1.3.0",
    "@rnx-kit/align-deps": "^3.4.0",
    "@types/react": "^19.2.8",
    "babel-jest": "^29.7.0",
    "eslint": "^8.57.0",
    "jest": "^29.7.0",
    "prettier": "^2.8.8",
    "react": "19.2.3",
    "react-native": "0.83.1",
    "react-test-renderer": "19.2.3",
    "typescript": "^5.9.3"
  },
  "jest": {
    "preset": "react-native"
  },
  "description": "List of checkboxes with select and deselect all option",
  "main": "src/checkList.tsx",
  "types": "src/checkList.d.ts",
  "directories": {
    "example": "example",
    "src": "src"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rinku-k/rn-checkbox-list.git"
  },
  "keywords": [
    "checkbox",
    "checkboxes",
    "react-native",
    "checkbox-list",
    "checklist",
    "android",
    "ios"
  ],
  "author": "Rinku",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/rinku-k/rn-checkbox-list/issues"
  },
  "homepage": "https://github.com/rinku-k/rn-checkbox-list#readme",
  "rnx-kit": {
    "kitType": "library",
    "alignDeps": {
      "requirements": {
        "development": [
          "react-native@0.83"
        ],
        "production": [
          "react-native@0.83"
        ]
      },
      "capabilities": [
        "babel-preset-react-native",
        "checkbox",
        "core",
        "core-android",
        "core-ios",
        "jest",
        "react",
        "react-test-renderer"
      ]
    }
  },
  "peerDependencies": {
    "@react-native-community/checkbox": "^0.5.20",
    "react": "^19.2.0",
    "react-native": "^0.83.0"
  }
}
