{ "name": "@lerna/gitlab-client", "version": "4.0.0", "description": "An internal Lerna tool", "keywords": [ "lerna", "utils" ], "homepage": "https://github.com/lerna/lerna/tree/master/utils/gitlab-client#readme", "license": "MIT", "author": { "name": "Luke Bennett", "url": "https://gitlab.com/lbennett" }, "files": [ "lib" ], "main": "index.js", "engines": { "node": ">= 10.18.0" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://gitlab.com/lerna/lerna.git", "directory": "utils/gitlab-client" }, "scripts": { "test": "echo \"Run tests from root\" && exit 1" }, "dependencies": { "node-fetch": "^2.6.1", "npmlog": "^4.1.2", "whatwg-url": "^8.4.0" }, "gitHead": "4582c476e07dddddd6b2e3ab6e7f52c1f9eed59a" }