mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-18 15:55:30 +00:00
# [15.2.0](https://github.com/jdalrymple/gitbeaker/compare/15.1.0...15.2.0) (2020-03-22)
### Features
* **core:** Override arguments in all template children ([#597](https://github.com/jdalrymple/gitbeaker/issues/597)) ([d9c97d4](d9c97d44d1))
55 lines
1.4 KiB
JSON
55 lines
1.4 KiB
JSON
{
|
|
"name": "@gitbeaker/core",
|
|
"description": "Core API implementation of the GitLab API. Supports Promises, Async/Await.",
|
|
"version": "15.2.0",
|
|
"author": {
|
|
"name": "Justin Dalrymple"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jdalrymple/gitbeaker/issues"
|
|
},
|
|
"dependencies": {
|
|
"@gitbeaker/requester-utils": "^15.1.0",
|
|
"form-data": "^3.0.0",
|
|
"li": "^1.3.0",
|
|
"xcase": "^2.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^13.9.3",
|
|
"esm": "^3.2.25",
|
|
"fs-extra": "^9.0.0",
|
|
"get-param-names": "github:jdalrymple/get-param-names#1-improve-functionality",
|
|
"rollup": "^2.1.0",
|
|
"rollup-plugin-terser": "^5.3.0",
|
|
"rollup-plugin-typescript2": "^0.26.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"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"module": "dist/index.es.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/jdalrymple/gitbeaker"
|
|
},
|
|
"scripts": {
|
|
"build:self": "tsc && rollup -c",
|
|
"build": "yarn run generate-map && yarn run build:self",
|
|
"generate-map": "ESM_DISABLE_CACHE=true TS_NODE_PROJECT=scripts/tsconfig.json node -r esm -r ts-node/register scripts/generate.ts"
|
|
},
|
|
"types": "dist/types/index.d.ts"
|
|
}
|