{
  "name": "react-native-styled-text",
  "version": "2.0.0",
  "description": "A React Native component for easy rendering of styled text.",
  "main": "./index.js",
  "scripts": {
    "test": "jest --watchAll",
    "version": "git add -A . && git commit -m 'Version update'"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fram-x/react-native-styled-text.git"
  },
  "keywords": [
    "react-native",
    "style",
    "styling",
    "format",
    "formatting",
    "text",
    "mixed",
    "font",
    "bold",
    "italic",
    "color",
    "html",
    "css",
    "nested"
  ],
  "author": "Bjørn Egil Hansen",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/fram-x/react-native-styled-text/issues"
  },
  "homepage": "https://github.com/fram-x/react-native-styled-text#readme",
  "dependencies": {
    "prop-types": "*"
  },
  "peerDependencies": {
    "react": ">=16.7.0",
    "react-native": "*"
  }
}
