{
  "name": "@ohmi/checkbox",
  "version": "0.5.17-rc.1",
  "description": "React Native Checkbox native modules for Android , iOS , harmony and Windows",
  "harmony": {
    "alias": "checkbox"
  },
  "main": "dist/CheckBox",
  "types": "typings/index.d.ts",
  "files": [
    "js",
    "lib",
    "harmony",
    "harmony/checkbox.har",
    "cpp",
    "dist",
    "typings",
    "*.podspec",
    "!lib/typescript/example",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__",
    "!**/.*"
  ],
  "scripts": {
    "test": "jest",
    "pack:prod": "npm run build & npm pack",
    "build": "rm -rf ./dist & tsc",
    "typecheck": "tsc --noEmit",
    "lint": "npx eslint src",
    "lint:fix": "npx eslint src --fix",
    "release": "release-it",
    "example": "yarn --cwd example",
    "bootstrap": "yarn example && yarn install && yarn example pods",
    "clean": "del-cli android/build example/android/build example/android/app/build example/ios/build",
    "codegen-lib": "react-native codegen-lib-harmony --no-safety-check --npm-package-name checkbox --cpp-output-path ./example/harmony/checkbox/src/main/cpp/generated --ets-output-path ./example/harmony/checkbox/src/main/ets/generated --arkts-components-spec-paths ./js/RNCCheckboxNativeComponent.ts"
  },
  "keywords": [
    "checkbox",
    "react native",
    "react-native"
  ],
  "homepage": "https://gitee.com/kunyuan-hongke/checkbox",
  "repository": {
    "type": "git",
    "url": "https://gitee.com/kunyuan-hongke/checkbox"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://gitee.com/kunyuan-hongke/checkbox/issues"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "dependencies":{
    "@react-native-community/checkbox":"0.5.16"
  },
  "devDependencies": {
    "@rnoh/react-native-harmony-cli": "npm:@react-native-oh/react-native-harmony-cli@^0.0.27",
    "@evilmartians/lefthook": "^1.2.2",
    "@commitlint/config-conventional": "^17.0.2",
    "@react-native-community/cli": "latest",
    "@react-native-community/eslint-config": "^3.0.2",
    "@release-it/conventional-changelog": "^5.0.0",
    "@types/jest": "^28.1.2",
    "@types/react": "~17.0.21",
    "@types/react-native": "0.70.0",
    "commitlint": "^17.0.2",
    "del-cli": "^5.0.0",
    "eslint": "^8.4.1",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.0.0",
    "jest": "^28.1.1",
    "pod-install": "^0.1.0",
    "prettier": "^2.0.5",
    "release-it": "^15.0.0",
    "typescript": "4.5.5"
  },
  "resolutions": {
    "@types/react": "17.0.14",
    "@types/react-dom": "17.0.14"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "engines": {
    "node": ">= 16.0.0"
  },
  "packageManager": "^yarn@1.22.15",
  "jest": {
    "preset": "react-native",
    "modulePathIgnorePatterns": [
      "<rootDir>/example/node_modules",
      "<rootDir>/lib/"
    ]
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "release-it": {
    "git": {
      "commitMessage": "chore: release ${version}",
      "tagName": "v${version}"
    },
    "npm": {
      "publish": true
    },
    "github": {
      "release": true
    },
    "plugins": {
      "@release-it/conventional-changelog": {
        "preset": "angular"
      }
    }
  },
  "eslintConfig": {
    "extends": "@react-native-community",
    "env": {
      "es6": true,
      "jest": true
    },
    "globals": {
      "it": true,
      "expect": true,
      "element": true,
      "describe": true,
      "by": true,
      "device": true,
      "beforeAll": true,
      "beforeEach": true,
      "afterAll": true,
      "jest": true,
      "jasmine": true
    }
  },
  "eslintIgnore": [
    "node_modules/",
    "lib/"
  ],
  "prettier": {
    "quoteProps": "consistent",
    "singleQuote": true,
    "tabWidth": 2,
    "trailingComma": "es5",
    "useTabs": false
  }
}