{
  "name": "@uehreka/open-graph-scraper-react-native",
  "description": "React Native scraper module for Open Graph and Twitter Card info",
  "version": "1.1.0",
  "license": "MIT",
  "main": "index.js",
  "scripts": {
    "eslint:fix": "eslint . --ext .js --fix",
    "eslint": "eslint . --ext .js",
    "mocha:unit": "nyc --reporter=html --reporter=text --exclude=tests/ mocha --require ./tests/helpers/bootstrap.js --recursive \"./tests/unit/**/*.spec.js\"",
    "mocha:int": "mocha --require ./tests/helpers/bootstrap.js --recursive \"./tests/integration/**/*.spec.js\" --timeout 10000",
    "test": "npm run mocha:unit && npm run mocha:int",
    "snyk-protect": "snyk protect",
    "prepare": "npm run snyk-protect"
  },
  "engines": {
    "node": ">=10.x.x"
  },
  "authors": [
    {
    "name": "Josh Shemas",
    "email": "jjs90jjs@gmail.com",
    "url": "https://github.com/jshemas"
    },
    {
    "name": "Chris Uehlinger",
    "email": "chris.uehlinger@gmail.com",
    "url": "https://github.com/chrisuehlinger"
    }
  ],
  "dependencies": {
    "chardet": "^1.3.0",
    "cheerio": "^1.0.0-rc.3",
    "iconv-lite": "^0.6.2",
    "validator": "^13.5.2"
  },
  "files": [
    "CHANGELOG.md",
    "/lib"
  ],
  "devDependencies": {
    "chai": "^4.2.0",
    "eslint": "^7.15.0",
    "eslint-config-airbnb": "^18.2.1",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-jsx-a11y": "^6.4.1",
    "eslint-plugin-mocha": "^8.0.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-react": "^7.21.5",
    "eslint-plugin-react-hooks": "^4.2.0",
    "mocha": "^8.2.1",
    "nyc": "^15.0.1",
    "sinon": "^9.2.2",
    "snyk": "^1.436.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/chrisuehlinger/openGraphScraperLite.git",
    "web": "https://github.com/chrisuehlinger/openGraphScraperLite"
  },
  "keywords": [
    "app links",
    "dublin core",
    "meta tags",
    "metadata",
    "og",
    "ogp",
    "open graph",
    "opengraph",
    "scraper",
    "twitter card",
    "twitter"
  ],
  "snyk": true
}
