{ "name": "@gitbeaker/browser", "description": "Full Browser implementation of the GitLab API. Supports Promises, Async/Await.", "version": "17.0.3", "author": { "name": "Justin Dalrymple" }, "bugs": { "url": "https://github.com/jdalrymple/gitbeaker/issues" }, "dependencies": { "@gitbeaker/core": "^17.0.3", "@gitbeaker/requester-utils": "^17.0.3", "ky": "^0.19.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^11.0.2", "@rollup/plugin-node-resolve": "^7.1.1", "@rollup/plugin-replace": "^2.3.1", "@types/node": "^13.9.3", "node-fetch": "^2.6.0", "rollup": "^2.2.0", "rollup-plugin-node-builtins": "^2.1.2", "rollup-plugin-node-globals": "^1.4.0", "rollup-plugin-terser": "^5.3.0", "rollup-plugin-typescript2": "^0.27.0", "ts-node": "^8.8.1", "typescript": "^3.8.3" }, "engines": { "node": ">=10.0.0" }, "files": [ "dist" ], "homepage": "https://github.com/jdalrymple/gitbeaker#readme", "keywords": [ "api", "es5", "es6", "gitlab", "gitbeaker", "ky" ], "license": "MIT", "browser": "dist/index.js", "repository": { "type": "git", "url": "https://github.com/jdalrymple/gitbeaker" }, "scripts": { "build": "tsc && rollup -c" } }