{
  "name": "fetch-opengraph",
  "version": "1.0.37",
  "description": "Fetch opengraph information from an url",
  "main": "index.js",
  "types": "index.d.ts",
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "scripts": {
    "test": "jest --config jestconfig.json --coverage --no-cache",
    "build": "tsc",
    "format": "prettier --write \"src/**/*.ts\"",
    "lint": "eslint src --ext .ts",
    "coverage": "cat ./coverage/lcov.info | coveralls"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/purphoros/fetch-opengraph.git"
  },
  "keywords": [
    "Fetch",
    "OpenGraph"
  ],
  "author": {
    "name": "Purphoros"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/purphoros/fetch-opengraph/issues"
  },
  "homepage": "https://github.com/purphoros/fetch-opengraph#readme",
  "devDependencies": {
    "@types/jest": "^29.5.14",
    "@types/node": "^20.19.37",
    "@typescript-eslint/eslint-plugin": "^8.57.0",
    "@typescript-eslint/parser": "^8.57.0",
    "coveralls": "^3.1.0",
    "eslint": "^10.0.3",
    "istanbul-badges-readme": "^1.2.0",
    "jest": "^29.7.0",
    "prettier": "^2.2.1",
    "ts-jest": "^29.4.6",
    "ts-node": "^9.1.1",
    "typescript": "^5.9.3"
  },
  "dependencies": {
    "axios": "^1.13.6",
    "cheerio": "^1.2.0",
    "html-entities": "^2.3.2"
  }
}
