UNPKG

@gitbeaker/rest

Version:

Cross Platform implementation of the GitLab API

68 lines (67 loc) 1.77 kB
{ "name": "@gitbeaker/rest", "version": "43.4.0", "description": "Cross Platform implementation of the GitLab API", "license": "MIT", "engines": { "node": ">=18.20.0" }, "repository": { "type": "git", "url": "https://github.com/jdalrymple/gitbeaker", "directory": "packages/rest" }, "bugs": { "url": "https://github.com/jdalrymple/gitbeaker/issues" }, "homepage": "https://github.com/jdalrymple/gitbeaker#readme", "author": { "name": "Justin Dalrymple" }, "keywords": [ "gitlab", "api", "rest", "browser", "gitbeaker" ], "types": "./dist/index.d.ts", "exports": { ".": { "import": { "types": "./dist/index.d.mts", "default": "./dist/index.mjs" }, "require": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } } }, "files": [ "dist" ], "scripts": { "build": "tsup src/index.ts --format esm,cjs --dts --treeshake", "test:types": "tsc", "test:e2e:browser": "playwright test --project=e2e", "test:e2e:nodejs": "jest --maxWorkers=50% test/e2e/nodejs", "test:e2e": "yarn test:e2e:browser && yarn test:e2e:nodejs", "test:integration:browser": "playwright test --project=integration", "test:integration": "yarn test:integration:browser", "test:unit": "jest --maxWorkers=50% test/unit", "lint": "eslint '**/{src,test,scripts}/**/*.ts'", "lint:fix": "yarn lint --fix" }, "dependencies": { "@gitbeaker/core": "^43.4.0", "@gitbeaker/requester-utils": "^43.4.0" }, "devDependencies": { "@playwright/test": "^1.54.2", "@types/node": "^24.2.0", "tsup": "^8.5.0", "typescript": "^5.9.2" }, "gitHead": "dd8aa38674dba292815eb8cba325b08b2680936f" }