{
  "name": "react-native-linkify",
  "version": "1.4.2",
  "description": "A <Linkify /> component for react-native to make urls, fuzzy links, emails etc clickable",
  "main": "dist/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "babel --presets=@babel/preset-env,@babel/preset-react --plugins=@babel/plugin-proposal-object-rest-spread,@babel/plugin-proposal-class-properties src/Linkify.js --out-file dist/index.js",
    "prepare": "npm run build",
    "prepush": "npm run build",
    "precommit": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ursnj/react-native-linkify.git"
  },
  "keywords": [
    "react",
    "react-native",
    "text",
    "link",
    "hyperlink",
    "autolink",
    "linkify",
    "url"
  ],
  "author": "Niranjan Devasani",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ursnj/react-native-linkify/issues"
  },
  "homepage": "https://github.com/ursnj/react-native-linkify#readme",
  "dependencies": {
    "linkify-it": "^4.0.1",
    "mdurl": "^1.0.1"
  },
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-native": ">=0.47.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.18.9",
    "@babel/core": "^7.18.9",
    "@babel/plugin-proposal-class-properties": "^7.18.6",
    "@babel/plugin-proposal-object-rest-spread": "^7.18.9",
    "@babel/preset-env": "^7.18.9",
    "@babel/preset-react": "^7.18.6",
    "husky": "^8.0.1"
  },
  "types": "index.d.ts"
}
