{
  "name": "react-native-palette-full",
  "version": "1.2.0",
  "description": "Info about colors from images or url, compatible with **Android** and **iOS**",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "homepage": "https://github.com/jerson/react-native-palette-full",
  "repository": {
    "type": "git",
    "url": "https://github.com/jerson/react-native-palette-full"
  },
  "keywords": [
    "react-native",
    "colors",
    "palette",
    "android",
    "ios"
  ],
  "author": "Gerson Alexander Pardo Gamez  <jeral17@gmail.com>",
  "scripts": {
    "prepare": "npm run build",
    "build": "tsc",
    "watch": "tsc --watch",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "license": "MIT",
  "peerDependencies": {
    "react": "*",
    "react-native": ">=0.46"
  },
  "devDependencies": {
    "typescript": "^3.5.3"
  }
}
