{
  "name": "wikibase-sdk",
  "version": "11.2.7",
  "type": "module",
  "description": "utils functions to query a Wikibase instance and simplify its results",
  "main": "./dist/src/index.js",
  "exports": {
    ".": {
      "types": "./dist/src/index.d.ts",
      "import": "./dist/src/index.js"
    },
    "./wikidata.org": {
      "types": "./dist/src/wellknown/wikidata.org.d.ts",
      "import": "./dist/src/wellknown/wikidata.org.js"
    }
  },
  "types": "./dist/src/index.d.ts",
  "files": [
    "dist/src",
    "CHANGELOG.md"
  ],
  "directories": {
    "lib": "dist",
    "doc": "docs",
    "test": "test"
  },
  "scripts": {
    "add-fixture-entity": "./scripts/add_fixture_entity",
    "build": "tsc",
    "check-supported-datatypes": "./scripts/check_supported_datatypes",
    "git-pre-commit": "./scripts/githooks/pre-commit",
    "lint": "eslint",
    "lint-fix": "npm run lint -- --fix",
    "test": "./scripts/run_tests",
    "prepublishOnly": "git checkout main",
    "prepack": "npm run build && npm run lint && npm test",
    "postpublish": "./scripts/postpublish",
    "update-wikimedia-constants": "./scripts/update_wikimedia_constants.ts",
    "update-toc": "./scripts/update_toc",
    "watch": "tsc --watch"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/maxlath/wikibase-sdk"
  },
  "keywords": [
    "wikidata",
    "wikibase",
    "sdk",
    "api",
    "wdq",
    "sparql",
    "wbk"
  ],
  "author": "maxlath",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/maxlath/wikibase-sdk/issues"
  },
  "homepage": "https://github.com/maxlath/wikibase-sdk",
  "dependencies": {
    "type-fest": "^4.41.0"
  },
  "devDependencies": {
    "@eslint/config-helpers": "^0.3.0",
    "@eslint/js": "^9.32.0",
    "@stylistic/eslint-plugin": "^5.2.2",
    "@swc/core": "^1.7.4",
    "@types/lodash-es": "^4.17.12",
    "@types/mocha": "^10.0.6",
    "@types/node": "^22.0.2",
    "@typescript-eslint/eslint-plugin": "^8.38.0",
    "@typescript-eslint/parser": "^8.38.0",
    "@vercel/git-hooks": "^1.0.0",
    "eslint": "^9.32.0",
    "eslint-import-resolver-typescript": "^4.4.4",
    "eslint-plugin-import-x": "^4.16.1",
    "eslint-plugin-n": "^17.21.3",
    "eslint-plugin-promise": "^7.2.1",
    "globals": "^16.3.0",
    "lodash-es": "^4.17.21",
    "mocha": "^10.7.0",
    "should": "^13.2.3",
    "tiny-chalk": "^3.0.1",
    "tsx": "^4.19.1",
    "typescript": "^5.9.2",
    "typescript-eslint": "^8.38.0"
  },
  "engines": {
    "node": ">= 12.0.0"
  }
}
