mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-18 15:55:30 +00:00
Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 9.1.1 to 10.0.0. - [Release notes](https://github.com/TypeStrong/ts-node/releases) - [Commits](https://github.com/TypeStrong/ts-node/compare/v9.1.1...v10.0.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Justin Dalrymple <jdalrymple@users.noreply.github.com>
59 lines
1.5 KiB
JSON
59 lines
1.5 KiB
JSON
{
|
|
"name": "@gitbeaker/core",
|
|
"description": "Core API implementation of the GitLab API. Supports Promises, Async/Await.",
|
|
"version": "29.2.4",
|
|
"author": {
|
|
"name": "Justin Dalrymple"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jdalrymple/gitbeaker/issues"
|
|
},
|
|
"dependencies": {
|
|
"@gitbeaker/requester-utils": "^29.2.4",
|
|
"form-data": "^4.0.0",
|
|
"li": "^1.3.0",
|
|
"xcase": "^2.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^15.3.0",
|
|
"esbuild": "^0.12.5",
|
|
"esm": "^3.2.25",
|
|
"fs-extra": "^10.0.0",
|
|
"get-param-names": "github:jdalrymple/get-param-names#1-improve-functionality",
|
|
"rollup": "^2.47.0",
|
|
"rollup-plugin-dts": "^3.0.1",
|
|
"ts-node": "^10.0.0",
|
|
"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": [
|
|
"api",
|
|
"es5",
|
|
"es6",
|
|
"gitlab"
|
|
],
|
|
"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:self": "rollup -c",
|
|
"build": "yarn run generate-map && yarn run build:self && rm ./dist/map.json",
|
|
"generate-map": "ESM_DISABLE_CACHE=true TS_NODE_PROJECT=scripts/tsconfig.json node -r esm -r ts-node/register scripts/generate.ts",
|
|
"test:integration": "jest test/integration",
|
|
"test:unit": "jest test/unit"
|
|
}
|
|
}
|