{
  "name": "@onfleet/node-onfleet",
  "version": "1.4.0",
  "description": "Onfleet's Node.js API Wrapper Package",
  "main": "index.js",
  "scripts": {
    "lint": "eslint --ext .js ./",
    "lint-fix": "eslint --fix --ext .js ./",
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/onfleet/node-onfleet.git"
  },
  "keywords": [
    "node-onfleet"
  ],
  "author": "James Li",
  "contributors": [
    "Julián Pérez",
    "Santiago Botero"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/onfleet/node-onfleet/issues"
  },
  "homepage": "https://onfleet.com/",
  "type": "module",
  "dependencies": {
    "bottleneck": "^2.19.5",
    "node-fetch": "^3.3.2"
  },
  "devDependencies": {
    "chai": "^5.1.1",
    "chai-as-promised": "^8.0.0",
    "eslint": "^8.57.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-plugin-import": "^2.29.1",
    "minimist": "^1.2.8",
    "mocha": "^10.7.3",
    "nock": "^13.5.5"
  },
  "engines": {
    "node": ">=20.0.0"
  }
}
