mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-18 15:55:30 +00:00
Bumps [rollup-plugin-esbuild](https://github.com/egoist/rollup-plugin-esbuild) from 3.0.2 to 4.2.3. - [Release notes](https://github.com/egoist/rollup-plugin-esbuild/releases) - [Changelog](https://github.com/egoist/rollup-plugin-esbuild/blob/master/.releaserc.json) - [Commits](https://github.com/egoist/rollup-plugin-esbuild/compare/v3.0.2...v4.2.3) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
52 lines
1.2 KiB
JSON
52 lines
1.2 KiB
JSON
{
|
|
"name": "@gitbeaker/requester-utils",
|
|
"description": "Utility functions for requester implementatons used in @gitbeaker",
|
|
"version": "29.2.4",
|
|
"author": {
|
|
"name": "Justin Dalrymple"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jdalrymple/gitbeaker/issues"
|
|
},
|
|
"dependencies": {
|
|
"form-data": "^4.0.0",
|
|
"query-string": "^7.0.0",
|
|
"xcase": "^2.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-typescript": "^8.2.1",
|
|
"@types/node": "^15.3.0",
|
|
"esbuild": "^0.12.5",
|
|
"rollup": "^2.47.0",
|
|
"rollup-plugin-dts": "^3.0.1",
|
|
"rollup-plugin-esbuild": "^4.2.3",
|
|
"tslib": "^2.2.0",
|
|
"typescript": "^4.2.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.19.0"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"homepage": "https://github.com/jdalrymple/gitbeaker#readme",
|
|
"keywords": [
|
|
"gitbeaker",
|
|
"es5",
|
|
"es6"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"module": "dist/index.es.js",
|
|
"types": "dist/index.d.ts",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/jdalrymple/gitbeaker"
|
|
},
|
|
"scripts": {
|
|
"build": "rollup -c",
|
|
"test:integration": "jest test/integration",
|
|
"test:unit": "jest test/unit"
|
|
}
|
|
}
|