@react-native-ohos/react-native-image-colors
Version:
Fetch prominent colors from an image.
92 lines • 2.65 kB
JSON
{
"name": "@react-native-ohos/react-native-image-colors",
"version": "2.5.1-rc.1",
"description": "Fetch prominent colors from an image.",
"main": "src/index.ts",
"keywords": [
"react-native",
"expo",
"react-native-image-colors",
"RNImageColors",
"ios",
"android",
"react",
"image",
"dominant",
"average",
"color",
"palette",
"harmony"
],
"harmony": {
"alias": "react-native-image-colors"
},
"codegenConfig": {
"name": "imagecolors",
"type": "modules",
"jsSrcsDir": "./turbomodule",
"android": {
"javaPackageName": "com.rtncalculator"
}
},
"repository": {
"type": "git",
"url": "https://gitcode.com/openharmony-sig/rntpc_react-native-image-colors"
},
"bugs": {
"url": "https://gitcode.com/openharmony-sig/rntpc_react-native-image-colors/issues"
},
"scripts": {
"codegen-lib": "react-native codegen-lib-harmony --no-safety-check --npm-package-name react-native-image-colors --cpp-output-path ./harmony/image_colors/src/main/cpp/generated --ets-output-path ./harmony/image_colors/src/main/ets/generated --turbo-modules-spec-paths ./turbomodule/NativeImageColors.ts"
},
"author": "OsamaQarem <osamaqarem@gmail.com> (https://github.com/osamaqarem)",
"license": "MIT",
"homepage": "https://gitcode.com/openharmony-sig/rntpc_react-native-image-colors",
"dependencies": {
"node-vibrant": "3.1.6"
},
"devDependencies": {
"@release-it/conventional-changelog": "^5.1.1",
"@types/react": "~18.0.27",
"@types/react-native": "^0.72.2",
"babel-preset-expo": "^9.3.1",
"eslint": "^8.39.0",
"expo-module-scripts": "^3.4.0",
"expo-modules-core": "^1.11.2",
"jest": "^29.5.0",
"jest-expo": "^49.0.0",
"prettier": "^2.8.8",
"react-native": "0.72.1",
"release-it": "^15.11.0",
"react-native-harmony-cli": "npm:@react-native-oh/react-native-harmony-cli@^0.0.27"
},
"peerDependencies": {
"expo": "*",
"react": "*",
"react-native": "*"
},
"jest": {
"preset": "jest-expo",
"transformIgnorePatterns": [
"node_modules/(?!@react-native|react-native|expo-modules-core)"
]
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"release-it": {
"git": {
"commitMessage": "chore: release ${version}",
"tagName": "v${version}"
},
"npm": {
"publish": true
},
"github": {
"release": true,
"autoGenerate": true,
"releaseName": "${version}"
}
}
}