{
  "name": "htmlmetaparser",
  "version": "2.1.3",
  "description": "A `htmlparser2` handler for parsing rich metadata from HTML. Includes HTML metadata, JSON-LD, RDFa, microdata, OEmbed, Twitter cards and AppLinks.",
  "keywords": [
    "metadata",
    "scraper",
    "rich",
    "html",
    "info",
    "rdfa",
    "open graph",
    "oembed",
    "microdata",
    "json-ld"
  ],
  "homepage": "https://github.com/blakeembrey/node-htmlmetaparser",
  "bugs": {
    "url": "https://github.com/blakeembrey/node-htmlmetaparser/issues"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/blakeembrey/node-htmlmetaparser.git"
  },
  "license": "Apache-2.0",
  "author": {
    "name": "Blake Embrey",
    "email": "hello@blakeembrey.com",
    "url": "http://blakeembrey.me"
  },
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist/",
    "vendor/"
  ],
  "scripts": {
    "fixtures": "tsx scripts/fixtures.ts",
    "format": "ts-scripts format",
    "lint": "ts-scripts lint",
    "prepare": "ts-scripts install && ts-scripts build",
    "specs": "ts-scripts specs",
    "test": "ts-scripts test",
    "vendor": "tsx scripts/oembed-providers.ts"
  },
  "dependencies": {
    "setvalue": "^1.0.0"
  },
  "devDependencies": {
    "@borderless/ts-scripts": "^0.15.0",
    "@types/jest": "^29.5.11",
    "@types/node": "^20.10.4",
    "@vitest/coverage-v8": "^1.0.1",
    "filenamify": "^6.0.0",
    "htmlparser2": "^9.0.0",
    "popsicle": "^12.0.5",
    "tsx": "^4.6.2",
    "typescript": "^5.3.3",
    "vitest": "^1.0.1"
  },
  "publishConfig": {
    "access": "public"
  },
  "ts-scripts": {
    "src": [
      "src",
      "scripts"
    ],
    "project": [
      "tsconfig.build.json"
    ]
  }
}
