UNPKG

@ohmi/react-native-image-capinsets-next

Version:
49 lines 1.62 kB
{ "name": "@ohmi/react-native-image-capinsets-next", "main": "index.js", "private": false, "repository": { "type": "git", "url": "https://gitee.com/kunyuan-hongke/react-native-image-capinsets" }, "scripts": { "patch": "npm version patch -m 'Bump version %s';git push origin master --tags", "codegen-lib": "react-native codegen-lib-harmony --no-safety-check --npm-package-name rn-image-capinsets --cpp-output-path ../harmony/rn-image-capinsets/src/main/cpp/generated --ets-output-path ../harmony/rn-image-capinsets/src/main/ets/generated --turbo-modules-spec-paths ./src --arkts-components-spec-paths ./src --cpp-components-spec-paths ./src" }, "version": "0.6.1-rc.0.1.1", "description": "support for Image `capInsets`", "peerDependencies": { "react": "18.2.0", "react-native": "0.72.5" }, "dependencies": { "react-native-image-capinsets-next": "0.6.1", "react-native-harmony-cli": "npm:@react-native-oh/react-native-harmony-cli@^0.0.27", "@react-native-community/cli": "11.3.6" }, "license": "MIT", "bugs": { "url": "https://gitee.com/kunyuan-hongke/react-native-image-capinsets/issues" }, "publishConfig": { "access": "public" }, "files": [ "src", "harmony" ], "homepage": "https://gitee.com/kunyuan-hongke/react-native-image-capinsets", "keywords": [ "capInsets", "9-patch", "harmony", "nine-patch", "resizableimagewithcapinsets", "images", "react-native", "native" ], "harmony": { "alias": "react-native-image-capinsets-next" } }