{
  "name": "unionpedia-extractor",
  "version": "3.1.0",
  "description": "Extract incoming and outgoing relations for a concept from unionpedia.org",
  "main": "dist/unionpedia-extractor.cjs.js",
  "module": "dist/unionpedia-extractor.es.js",
  "types": "dist/extractor.cheerio.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "vite build -c vite.lib.config.js",
    "test": "jest ./test/extractor.test.js",
    "test:jsdom": "jest ./test/extractor.jsdom.test.js",
    "test:performance": "node test/performance-test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mastercuber/unionpedia-extractor.git"
  },
  "keywords": [
    "unionpedia",
    "extract",
    "relations",
    "concept"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mastercuber/unionpedia-extractor/issues"
  },
  "homepage": "https://github.com/mastercuber/unionpedia-extractor#readme",
  "engines": {
    "node": ">= 16"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "dependencies": {
    "cheerio": "^1.0.0-rc.12",
    "follow-redirects": "^1.15.1",
    "lru-cache": "^7.14.1"
  },
  "devDependencies": {
    "@rollup/plugin-typescript": "^11.0.0",
    "@types/follow-redirects": "^1.14.1",
    "@types/jest": "^29.2.5",
    "jest": "^29.3.1",
    "jsdom": "^21.0.0",
    "rollup": "^3.11.0",
    "ts-node": "^10.9.1",
    "tslib": "^2.5.0",
    "typescript": "^4.9.4",
    "vite": "^4.0.4",
    "vite-plugin-dts": "^1.7.1"
  }
}
