{
  "name": "@react-native-ohos/masked-view",
  "version": "0.2.10-rc.1",
  "description": "React Native MaskedView component",
  "main": "lib/commonjs/index.js",
  "module": "lib/module/index.js",
  "types": "./types/index.d.ts",
  "react-native": "js/index",
  "harmony": {
    "alias": "@react-native-masked-view/masked-view"
  },
  "files": [
    "js",
    "lib",
    "types",
    "harmony",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__",
    "!**/.*"
  ],
  "keywords": [
    "react-native",
    "react native",
    "masked-view",
    "masked view",
    "harmony"
  ],
  "repository": {
    "type": "git",
    "url": "https://gitee.com/openharmony-sig/rntpc_masked-view.git"
  },
  "author": "Mike Nedosekin <crespo8800@gmail.com>",
  "license": "MIT",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "dependencies": {
    "@react-native-masked-view/masked-view": "0.2.9"
  },
  "homepage": "https://gitee.com/openharmony-sig/rntpc_masked-view#readme",
  "scripts": {
    "prepare": "bob build",
    "build": "bob build",
    "test:flow": "flow check",
    "test:js": "echo 0",
    "test:lint": "eslint ./",
    "test:typescript": "tsc -noEmit",
    "test:prettier": "prettier --check './**/*.js'",
    "codegen-lib": "react-native codegen-lib-harmony --no-safety-check --npm-package-name rntpc_masked-view --cpp-output-path ../tester/harmony/masked_view/src/main/cpp/generated --ets-output-path ../tester/harmony/masked_view/src/main/ets/generated --cpp-components-spec-paths ./js/RNCMaskedViewNativeComponent.js"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "devDependencies": {
    "@react-native-community/eslint-config": "^2.0.0",
    "@types/react-native": "^0.72.5",
    "eslint": "^7.20.0",
    "flow-bin": "^0.246.0",
    "prettier": "^2.2.1",
    "react-native": "0.72.5",
    "react-native-builder-bob": "^0.18.1",
    "react-native-test-app": "^2.5.25",
    "typescript": "4.8.4",
    "react-native-harmony-cli": "npm:@react-native-oh/react-native-harmony-cli@^0.0.27"
  },
  "bugs": {
    "url": "https://gitee.com/openharmony-sig/rntpc_masked-view/issues"
  },
  "react-native-builder-bob": {
    "source": "js",
    "output": "lib",
    "targets": [
      [
        "commonjs",
        {
          "flow": true
        }
      ],
      "module"
    ]
  }
}
