{
  "name": "bugzilla",
  "version": "3.1.6",
  "description": "A NodeJS module to access Bugzilla instances through the REST API.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "typings": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "format": "prettier --write .",
    "format-check": "prettier --check .",
    "test": "vitest run --coverage",
    "all": "yarn run build && yarn run format-check && yarn run test",
    "update-snapshots": "vitest run --update",
    "prepack": "yarn run build",
    "version": "node scripts/version.js && git add CHANGELOG.md",
    "postversion": "node scripts/post-version.js && git add CHANGELOG.md && git commit -m 'Update CHANGELOG.md'"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/redhat-plumbers-in-action/bugzilla.git"
  },
  "keywords": [
    "bugzilla",
    "node",
    "nodejs",
    "typescript",
    "javascript"
  ],
  "author": "Dave Townsend <dtownsend@oxymoronical.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/redhat-plumbers-in-action/bugzilla/issues"
  },
  "homepage": "https://github.com/redhat-plumbers-in-action/bugzilla#readme",
  "devDependencies": {
    "@types/luxon": "3.7.1",
    "@types/node": "25.6.0",
    "@vitest/coverage-v8": "4.1.5",
    "msw": "2.13.6",
    "prettier": "3.8.3",
    "typescript": "6.0.3",
    "vitest": "4.1.5"
  },
  "dependencies": {
    "axios": "1.15.2",
    "luxon": "3.7.2"
  },
  "packageManager": "yarn@4.14.1"
}
