{
  "description": "Various image filters for iOS & Android",
  "keywords": [
    "react-native",
    "image-filters",
    "image-effects",
    "image-mask",
    "cssgram"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "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.6.0",
  "peerDependencies": {
    "@babel/runtime": "*",
    "react": "*",
    "react-native": "*"
  },
  "dependencies": {
    "concat-color-matrices": "^1.0.0",
    "lodash.pick": "^4.4.0",
    "react-is": "^16.10.1",
    "rgba-to-rgb": "^1.0.2",
    "rn-color-matrices": "^4.1.0",
    "ts-tiny-invariant": "0.0.2"
  },
  "devDependencies": {
    "@types/lodash.pick": "^4.4.6",
    "@types/react-is": "^16.7.1",
    "@types/react-native": "^0.60.17",
    "tslint": "^5.20.0",
    "tslint-config-standard": "^8.0.1",
    "tslint-react": "^4.1.0",
    "typescript": "^3.6.3"
  },
  "standard": {
    "globals": [
      "__DEV__"
    ],
    "ignore": [
      "fable-typed",
      "FilterConstructor"
    ]
  },
  "scripts": {
    "build": "rm -rf dist && tsc -p ./src",
    "watch": "tsc -p ./src -w",
    "lint": "tslint --fix -p ./src && npm run lint:examples && npm run lint:haze-removal",
    "lint:examples": "tslint --fix -p ./examples/CustomFilter/src && tslint --fix -p ./examples/CustomNativeFilter/src",
    "lint:haze-removal": "tslint --fix -p ./examples/CustomNativeFilter/local_modules/react-native-image-filter-kit-haze-removal/src",
    "update:typings": "cp src/typings/index.d.ts dist/index.d.ts",
    "build:all": "npm run lint && npm run build && npm run update:typings && :",
    "preversion": "npm run build:all",
    "postversion": "git push && git push --tags"
  },
  "files": [
    ".dockerignore",
    "android",
    "ios",
    "src",
    "dist",
    "examples/CustomFilter",
    "examples/CustomNativeFilter",
    "tslint.json",
    "*.md",
    "*.podspec",
    "LICENSE"
  ]
}
