UNPKG

@react-native-ohos/masked-view

Version:
93 lines (92 loc) 2.75 kB
{ "name": "@react-native-ohos/masked-view", "version": "0.4.3", "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", "autolinking": { "etsPackageClassName": "MaskedPackage", "cppPackageClassName": "MaskedPackage", "cmakeLibraryTargetName": "rnoh_masked_view", "ohPackageName": "@react-native-ohos/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://gitcode.com/openharmony-sig/rntpc_masked-view.git" }, "author": "Mike Nedosekin <crespo8800@gmail.com>", "license": "MIT", "dependencies": { "@react-native-masked-view/masked-view": "0.3.2" }, "homepage": "https://gitcode.com/openharmony-sig/rntpc_masked-view/blob/master/README.md", "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": ">=16", "react-native": ">=0.57" }, "devDependencies": { "@react-native/eslint-config": "^0.76.1", "@types/react-native": "^0.72.8", "eslint": "8", "eslint-plugin-ft-flow": "^3.0.11", "flow-bin": "^0.246.0", "prettier": "^3.3.3", "react-native": "0.75.3", "react-native-harmony-cli": "npm:@react-native-oh/react-native-harmony-cli@^0.82.7", "react-native-builder-bob": "^0.18.1", "react-native-test-app": "^3.10.5", "typescript": "5.3.2" }, "bugs": { "url": "https://gitcode.com/openharmony-sig/rntpc_masked-view/issues" }, "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "react-native-builder-bob": { "source": "js", "output": "lib", "targets": [ [ "commonjs", { "flow": true } ], "module" ] } }