{
  "author": "Xyfir LLC (https://www.xyfir.com)",
  "bugs": {
    "url": "https://github.com/xyfir/wordlist/issues"
  },
  "description": "Large English word list from Wiktionary with 530,000+ words",
  "devDependencies": {
    "@types/node": "^22.10.2",
    "tsx": "^4.19.2",
    "typescript": "^5.7.2",
    "unbzip2-stream": "^1.4.3"
  },
  "engines": {
    "node": ">=18"
  },
  "exports": {
    ".": {
      "import": "./dist/wiktionary.js",
      "types": "./dist/wiktionary.d.ts"
    }
  },
  "files": [
    "dist/wiktionary.js",
    "dist/wiktionary.d.ts",
    "dist/data"
  ],
  "homepage": "https://github.com/xyfir/wordlist/tree/main/packages/english-wiktionary#readme",
  "keywords": [
    "words",
    "list",
    "word list",
    "english",
    "wiktionary"
  ],
  "license": "MIT",
  "name": "@wordlist/english-wiktionary",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "directory": "packages/english-wiktionary",
    "type": "git",
    "url": "git+https://github.com/xyfir/wordlist.git"
  },
  "scripts": {
    "build": "rm -rf dist && tsc",
    "clean": "rm -rf dist",
    "download": "tsx scripts/download.ts"
  },
  "sideEffects": false,
  "type": "module",
  "version": "1.0.1"
}
