{
  "name": "react-native-runescape-text",
  "version": "3.3.5",
  "description": "Convert text to a text GIF image with RuneScape chat effects for React Native.",
  "keywords": [
    "animation",
    "buffer",
    "canvas",
    "effects",
    "font",
    "gif",
    "image",
    "imagedata",
    "osrs",
    "react-native",
    "rs3",
    "runescape",
    "text",
    "text-animation"
  ],
  "homepage": "https://github.com/flyskywhy/react-native-runescape-text",
  "bugs": {
    "url": "https://github.com/flyskywhy/react-native-runescape-text/issues",
    "email": "peter.han.9493@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/flyskywhy/react-native-runescape-text"
  },
  "funding": [
    {
      "type": "GitHub",
      "url": "https://github.com/sponsors/peterthehan"
    },
    {
      "type": "Patreon",
      "url": "https://www.patreon.com/peterthehan"
    },
    {
      "type": "PayPal",
      "url": "https://paypal.me/peterthehan"
    },
    {
      "type": "Ko-fi",
      "url": "https://ko-fi.com/peterthehan"
    },
    {
      "type": "Venmo",
      "url": "https://venmo.com/peterthehan"
    }
  ],
  "license": "MIT",
  "author": {
    "name": "Peter Han",
    "email": "peter.han.9493@gmail.com",
    "url": "https://github.com/peterthehan"
  },
  "contributors": [
    {
      "name": "Li Zheng",
      "email": "flyskywhy@gmail.com",
      "url": "https://github.com/flyskywhy"
    }
  ],
  "main": "./src/index.js",
  "files": [
    "src/**"
  ],
  "scripts": {
    "format": "npx eslint --fix . && prettier --no-config --write .",
    "test": "jest"
  },
  "peerDependencies": {
    "@flyskywhy/react-native-gcanvas": "^6.0.20"
  },
  "dependencies": {
    "gifenc": "1.0.3",
    "tinycolor2": "^1.4.1",
    "word-wrap": "^1.2.3"
  },
  "devDependencies": {
    "eslint": "^7.27.0",
    "prettier": "^2.3.0"
  }
}
