react-native-image-filter-kit
Version:
Various image filters for iOS & Android
90 lines (89 loc) • 2.03 kB
JSON
{
"description": "Various image filters for iOS & Android",
"keywords": [
"react-native",
"image-filter"
],
"license": "MIT",
"main": "dist/index.js",
"name": "react-native-image-filter-kit",
"author": "iyegoroff <iegoroff@gmail.com>",
"bugs": {
"url": "https://github.com/iyegoroff/react-native-image-filter-kit/issues"
},
"homepage": "https://github.com/iyegoroff/react-native-image-filter-kit#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/iyegoroff/react-native-image-filter-kit.git"
},
"version": "0.0.3",
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"dependencies": {
"concat-color-matrices": "^1.0.0",
"invariant": "^2.2.4",
"lodash.pick": "^4.4.0",
"react-is": "^16.5.2",
"rgba-to-rgb": "^1.0.2",
"rn-color-matrices": "^4.1.0"
},
"devDependencies": {
"@types/invariant": "^2.2.29",
"@types/lodash.pick": "^4.4.4",
"@types/react": "^16.4.18",
"@types/react-is": "^16.5.0",
"@types/react-native": "^0.57.7",
"husky": "^1.1.1",
"lint-staged": "^8.1.0",
"tslint": "^5.11.0",
"tslint-config-standard": "^8.0.1",
"typescript": "^3.1.3"
},
"standard": {
"globals": [
"__DEV__"
],
"ignore": [
"fable-typed",
"FilterConstructor"
]
},
"scripts": {
"build": "rm -rf dest && tsc -p ./src && :",
"watch": "tsc -p ./src --watch",
"lint": "tslint --fix -p ./src && :"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"linters": {
"*.ts": [
"npm run lint",
"npm run build",
"git add"
]
},
"ignore": [
"dist/*"
]
},
"files": [
"android",
"ios",
"src",
"dist",
"*.md",
"*.podspec"
],
"rnpm": {
"commands": {
"postlink": "npx react-native-asset -ios-a ./node_modules/react-native-image-filter-kit/ios/Resources",
"postunlink": "npx react-native-asset -ios-a"
}
}
}