react-native-color-matrix-image-filters
Version:
Various color matrix based image filters for iOS & Android
86 lines (85 loc) • 2.51 kB
JSON
{
"description": "Various color matrix based image filters for iOS & Android",
"keywords": [
"react-native",
"color-matrix",
"image-filter"
],
"license": "MIT",
"main": "dist/index.js",
"react-native": "src/index.ts",
"types": "dist/index.d.ts",
"name": "react-native-color-matrix-image-filters",
"author": "iyegoroff <iegoroff@gmail.com>",
"bugs": {
"url": "https://github.com/iyegoroff/react-native-color-matrix-image-filters/issues"
},
"homepage": "https://github.com/iyegoroff/react-native-color-matrix-image-filters#readme",
"repository": {
"type": "git",
"url": "https://github.com/iyegoroff/react-native-color-matrix-image-filters.git"
},
"version": "8.0.2",
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"@types/react": "^18.2.47",
"@types/react-test-renderer": "^18.0.7",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard-with-typescript": "^43.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-no-null": "^1.0.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^3.2.2",
"react-native": "0.73.2",
"type-coverage": "^2.27.1",
"typescript": "^5.3.3"
},
"dependencies": {
"concat-color-matrices": "^1.0.0",
"rn-color-matrices": "^4.1.0",
"ts-tiny-invariant": "^2.0.5"
},
"scripts": {
"preversion": "npm run lint -- --fix && npm run type-coverage && npm run build",
"postversion": "git add . && git commit -am \"lint & docs [skip build]\" || : && git push && git push --tags",
"build": "rm -rf dist && tsc -p .",
"lint": "eslint .",
"type-coverage": "type-coverage --detail --strict --ignore-files **/examples/** --ignore-files **/dist/**"
},
"files": [
"android",
"ios",
"dist",
"src",
"*.md",
"*.podspec",
"LICENSE"
],
"typeCoverage": {
"atLeast": 100
},
"codegenConfig": {
"name": "CMIFColorMatrixImageFiltersSpec",
"type": "components",
"jsSrcsDir": "src",
"android": {
"javaPackageName": "iyegoroff.RNColorMatrixImageFilters"
},
"ios": {
"components": {
"CMIFColorMatrixImageFilter": {
"className": "CMIFColorMatrixImageFilter"
}
}
}
}
}