{
  "name": "unfurl.js-forked",
  "engines": {
    "node": ">=6.0.0"
  },
  "version": "5.1.1",
  "description": "A Frok of ufurl.js with a fix for SoundCloud",
  "main": "dist/index.js",
  "types": "./dist/index.d.ts",
  "dependencies": {
    "debug": "^3.1.0",
    "he": "^1.2.0",
    "htmlparser2": "^3.9.2",
    "iconv-lite": "^0.4.24",
    "node-fetch": "^2.6.7",
    "source-map-support": "^0.5.9"
  },
  "devDependencies": {
    "@types/jest": "^23.3.2",
    "@types/node": "^16.7.13",
    "coveralls": "^3.0.2",
    "jest": "^23.6.0",
    "nock": "^13.1.3",
    "ts-jest": "^23.1.4",
    "tslint": "^6.0.0",
    "tslint-config-standard": "^8.0.1",
    "typescript": "^3.7.5"
  },
  "scripts": {
    "lint": "tslint -p tsconfig.json",
    "test": "npm run lint && port=9000 jest --verbose --runInBand --coverage --coveragePathIgnorePatterns '/test/'",
    "travis": "port=9000 jest --verbose --runInBand --coverage --coverageReporters=text-lcov --coveragePathIgnorePatterns '/test/' | coveralls",
    "start": "node dist/index.js",
    "watch": "tsc -w --outDir dist",
    "build": "tsc --outDir dist",
    "prepare": "npm run build"
  },
  "keywords": [
    "oembed",
    "twitter-cards",
    "open-graph-protocol",
    "open-graph",
    "ogp",
    "scraper",
    "scraping",
    "embedding",
    "embed",
    "iframe",
    "metadata",
    "node.js",
    "fast"
  ],
  "repository": "git://github.com/jacktuck/unfurl.git",
  "author": "Jack Tuck",
  "license": "ISC"
}
