{
  "name": "wiktionary-scraper",
  "description": "A lightweight scraper to fetch information about words in various languages from Wiktionary.",
  "license": "MIT",
  "version": "0.0.6",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "type": "module",
  "keywords": [
    "javascript",
    "typescript",
    "parser",
    "scraper",
    "wiktionary",
    "definitions",
    "words",
    "language",
    "dictionary",
    "english",
    "german",
    "polish"
  ],
  "homepage": "https://github.com/vxern/wiktionary-scraper",
  "bugs": {
    "url": "https://github.com/vxern/wiktionary-scraper/issues",
    "email": "contact@wordcollector.co.uk"
  },
  "contributors": [
    {
      "name": "Dorian \"vxern\" Oszczęda",
      "email": "vxern@wordcollector.co.uk",
      "url": "https://github.com/vxern"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vxern/wiktionary-scraper.git"
  },
  "scripts": {
    "build": "tsc",
    "test": "mocha --no-warnings",
    "prepublishOnly": "npm test && npm run build && jsr publish"
  },
  "dependencies": {
    "cheerio": "^1.0.0-rc.12"
  },
  "devDependencies": {
    "@biomejs/biome": "1.2.2",
    "@types/chai": "^4.3.5",
    "@types/mocha": "^10.0.1",
    "chai": "^4.3.7",
    "mocha": "^10.2.0",
    "ts-node": "^10.9.1",
    "typescript": "^5.1.3"
  }
}