{
  "name": "react-native-emoji-selector",
  "version": "0.2.0",
  "description": "A react native emoji selector",
  "main": "index.js",
  "types": "./index.d.ts",
  "scripts": {
    "prettify": "prettier --write './**/*.js'"
  },
  "keywords": [
    "emoji",
    "react"
  ],
  "author": "Arron Hunt",
  "license": "MIT",
  "dependencies": {
    "emoji-datasource": "^6.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/arronhunt/react-native-emoji-selector.git"
  }
}
