{
  "name": "buzzapi",
  "version": "2.1.2",
  "description": "Simple node library for interacting with buzzapi",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stuartf/buzzapi-node.git"
  },
  "main": "index.js",
  "type": "module",
  "scripts": {
    "test": "c8 mocha",
    "coveralls": "npm run test; c8 report --reporter=text-lcov | coveralls"
  },
  "author": "D. Stuart Freeman",
  "license": "ISC",
  "dependencies": {
    "debug": "^4.4.0",
    "delay": "^6.0.0",
    "hyperid": "^3.3.0",
    "lodash.isempty": "^4.4.0",
    "make-fetch-happen": "14.0.3",
    "p-queue": "^8.0.1",
    "p-retry": "^6.2.1",
    "p-throttle": "^7.0.0"
  },
  "devDependencies": {
    "c8": "^10.1.3",
    "chai": "^5.1.2",
    "coveralls": "^3.1.1",
    "eslint": "^9.18.0",
    "eslint-config-google": "^0.14.0",
    "eslint-config-prettier": "^10.0.1",
    "eslint-plugin-prettier": "^5.2.2",
    "mocha": "^11.0.1",
    "mocha-lcov-reporter": "^1.3.0",
    "nock": "13.5.6",
    "prettier": "3.4.2"
  },
  "engines": {
    "node": ">=8.0.0"
  }
}
