{
  "name": "@fawazahmed/react-native-read-more",
  "version": "3.0.4",
  "description": "A simple react native library to show large blocks of text in a condensed manner with the ability to collapse and expand.",
  "main": "dist/index.js",
  "types": "index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "babel example/src/** -d ./dist"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fawaz-ahmed/react-native-read-more.git"
  },
  "keywords": [
    "react-native-read-more",
    "react-native-component",
    "react-native",
    "read",
    "more",
    "less",
    "text",
    "react",
    "react native",
    "mobile",
    "ios",
    "android",
    "ui",
    "javascript",
    "typescript",
    "inline"
  ],
  "author": {
    "name": "Fawaz Ahmed",
    "email": "fawaz_ahmed@live.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/fawaz-ahmed/react-native-read-more/issues"
  },
  "homepage": "https://github.com/fawaz-ahmed/react-native-read-more#readme",
  "dependencies": {
    "prop-types": "^15.7.2"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "devDependencies": {
    "@babel/cli": "^7.17.6",
    "@babel/core": "^7.17.5",
    "metro-react-native-babel-preset": "^0.68.0"
  }
}
