mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-18 15:55:30 +00:00
# [15.1.0](https://github.com/jdalrymple/gitbeaker/compare/15.0.0...15.1.0) (2020-03-22)
### Features
* Add typing to project and group variables ([#620](https://github.com/jdalrymple/gitbeaker/issues/620)) ([70f39ab](70f39ab431))
51 lines
1.1 KiB
JSON
51 lines
1.1 KiB
JSON
{
|
|
"name": "@gitbeaker/node",
|
|
"description": "Full NodeJS implementation of the GitLab API. Supports Promises, Async/Await.",
|
|
"version": "15.1.0",
|
|
"author": {
|
|
"name": "Justin Dalrymple"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jdalrymple/gitbeaker/issues"
|
|
},
|
|
"dependencies": {
|
|
"@gitbeaker/core": "^15.0.3",
|
|
"@gitbeaker/requester-utils": "^15.0.3",
|
|
"form-data": "^3.0.0",
|
|
"got": "^10.4.0",
|
|
"xcase": "^2.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^13.7.0",
|
|
"rollup": "^1.31.0",
|
|
"rollup-plugin-terser": "^5.2.0",
|
|
"rollup-plugin-typescript2": "^0.25.3",
|
|
"ts-node": "^8.6.2",
|
|
"typescript": "^3.7.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.0.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",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/jdalrymple/gitbeaker"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc && rollup -c"
|
|
}
|
|
}
|