{ "name": "@openstapps/gitlab-api", "description": "Wraps common GitLab API calls in a TypeScript class.", "version": "2.1.0", "license": "GPL-3.0-only", "repository": "git@gitlab.com:openstapps/gitlab-api.git", "author": "Karl-Philipp Wulfert ", "contributors": [ "Rainer Killinger " ], "main": "lib/api.js", "types": "lib/api.d.ts", "bin": { "openstapps-gitlab-api": "app.js" }, "scripts": { "build": "npm run compile", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md && git commit -m 'docs: update changelog'", "check-configuration": "openstapps-configuration", "compile": "rimraf lib && tsc", "documentation": "typedoc --out docs --readme README.md --listInvalidSymbolLinks --entryPointStrategy expand src", "lint": "eslint --ext .ts src/", "postversion": "npm run changelog", "prepublishOnly": "npm ci && npm run build && npm run test", "preversion": "npm run prepublishOnly", "push": "git push && git push origin \"v$npm_package_version\"" }, "dependencies": { "@openstapps/logger": "workspace:*", "commander": "10.0.0", "got": "12.6.0" }, "devDependencies": { "@openstapps/configuration": "workspace:*", "@openstapps/eslint-config": "workspace:*", "@types/node": "18.15.3", "@typescript-eslint/eslint-plugin": "5.49.0", "@typescript-eslint/parser": "5.49.0", "conventional-changelog-cli": "2.2.2", "eslint": "8.33.0", "eslint-config-prettier": "8.6.0", "eslint-plugin-jsdoc": "39.7.4", "eslint-plugin-prettier": "4.2.1", "eslint-plugin-unicorn": "45.0.2", "prettier": "2.8.3", "rimraf": "4.4.0", "ts-node": "10.9.1", "typedoc": "0.22.18", "typescript": "4.4.4" } }