{
  "name": "@gitbeaker/node",
  "description": "Full NodeJS implementation of the GitLab API. Supports Promises, Async/Await.",
  "version": "35.6.0",
  "author": {
    "name": "Justin Dalrymple"
  },
  "bugs": {
    "url": "https://github.com/jdalrymple/gitbeaker/issues"
  },
  "dependencies": {
    "@gitbeaker/core": "^35.6.0",
    "@gitbeaker/requester-utils": "^35.6.0",
    "delay": "^5.0.0",
    "got": "11.8.3",
    "xcase": "^2.0.1"
  },
  "devDependencies": {
    "@rollup/plugin-json": "^4.1.0",
    "@types/node": "^17.0.0",
    "form-data": "^4.0.0",
    "jest-extended": "^1.0.0",
    "openpgp": "^5.0.0",
    "rollup": "^2.47.0",
    "rollup-plugin-typescript2": "^0.31.1",
    "tslib": "^2.3.1",
    "typescript": "^4.2.4",
    "uuid": "^8.3.2"
  },
  "engines": {
    "node": ">=14.2.0"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/jdalrymple/gitbeaker#readme",
  "keywords": [
    "api",
    "es5",
    "es6",
    "gitlab",
    "got"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "types": "dist/types",
  "repository": {
    "type": "git",
    "url": "https://github.com/jdalrymple/gitbeaker"
  },
  "scripts": {
    "build": "rollup -c ",
    "test:integration": "TEST_ID=$(uuid) node --expose-gc ../../node_modules/.bin/jest --runInBand --logHeapUsage test/integration",
    "test:unit": "node --expose-gc ../../node_modules/.bin/jest --runInBand --logHeapUsage test/unit"
  },
  "gitHead": "6f55a427bf269bc29617841c904ae0b38523370a"
}
