{
  "name": "wikipedia",
  "version": "2.5.0",
  "description": "A JavaScript wrapper for the wikipedia apis",
  "main": "./dist/index.js",
  "engines": {
    "node": ">=16"
  },
  "exports": {
    "import": "./dist/index.js",
    "require": "./dist/index.cjs"
  },
  "scripts": {
    "prepublishOnly": "tsc --build --clean && tsc && npx rollup -c rollup.config.js --bundleConfigAsCjs",
    "test": "jest --coverage",
    "build": "yarn lint && tsc --build --clean && tsc && npx rollup -c rollup.config.js --bundleConfigAsCjs",
    "prepare": "yarn build",
    "lint": "eslint source/*.ts",
    "release": "np"
  },
  "author": "Govind S",
  "license": "MIT",
  "homepage": "https://github.com/dopecodez/wikipedia#README",
  "repository": {
    "type": "git",
    "url": "git://github.com/dopecodez/wikipedia.git"
  },
  "devDependencies": {
    "@types/infobox-parser": "^3.3.1",
    "@types/jest": "^29.2.4",
    "@types/node": "^18.11.17",
    "@typescript-eslint/eslint-plugin": "^5.47.0",
    "@typescript-eslint/parser": "^5.47.0",
    "eslint": "^8.30.0",
    "eslint-plugin-tsdoc": "^0.2.17",
    "jest": "^29.3.1",
    "np": "^11.2.1",
    "rollup": "^4.52.5",
    "ts-jest": "^29.0.3",
    "typescript": "^4.9.4"
  },
  "files": [
    "dist"
  ],
  "types": "dist/",
  "dependencies": {
    "axios": "^1.4.0",
    "infobox-parser": "^3.6.2"
  },
  "keywords": [
    "wiki",
    "wikipedia",
    "wikimedia",
    "encyclopedia",
    "jest",
    "node-wiki",
    "wiki-node"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  }
}
