{
  "name": "react-native-custom-fonts",
  "version": "1.2.0-beta.1",
  "description": "Use fonts specified via a network location, instead of managing them in your native builds!",
  "main": "dist",
  "scripts": {
    "build": "babel src --out-dir dist",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "devDependencies": {
    "@babel/cli": "^7.8.4",
    "@babel/core": "^7.9.6",
    "@babel/node": "^7.8.7",
    "@babel/polyfill": "^7.8.7",
    "@babel/preset-env": "^7.9.6",
    "@babel/preset-react": "^7.9.4",
    "react": "^16.13.1",
    "react-native": "^0.62.2"
  },
  "keywords": [
    "react-native",
    "custom",
    "font",
    "fonts",
    "text",
    "dynamic",
    "url",
    "uri",
    "network",
    "remote"
  ],
  "author": "Alex Thomas (@cawfree) <hello@cawfree.com>",
  "license": "MIT",
  "private": false,
  "dependencies": {
    "type-check": "^0.4.0"
  }
}
