UNPKG

1.85 kBJSONView Raw
1{
2 "name": "@gitbeaker/browser",
3 "description": "Full Browser implementation of the GitLab API. Supports Promises, Async/Await.",
4 "version": "35.5.0",
5 "author": {
6 "name": "Justin Dalrymple"
7 },
8 "bugs": {
9 "url": "https://github.com/jdalrymple/gitbeaker/issues"
10 },
11 "dependencies": {
12 "@gitbeaker/core": "^35.5.0",
13 "@gitbeaker/requester-utils": "^35.5.0",
14 "delay": "^5.0.0",
15 "ky": "0.28.7"
16 },
17 "devDependencies": {
18 "@rollup/plugin-commonjs": "^21.0.0",
19 "@rollup/plugin-json": "^4.1.0",
20 "@rollup/plugin-node-resolve": "^13.0.0",
21 "@rollup/plugin-replace": "^3.0.0",
22 "@types/node": "^17.0.0",
23 "headers-utils": "^3.0.2",
24 "jest-extended": "^1.0.0",
25 "jest-playwright-preset": "^1.5.1",
26 "node-fetch": "^3.0.0",
27 "playwright": "^1.9.2",
28 "rollup": "^2.47.0",
29 "rollup-plugin-node-globals": "^1.4.0",
30 "rollup-plugin-node-polyfills": "^0.2.1",
31 "rollup-plugin-terser": "^7.0.2",
32 "rollup-plugin-typescript2": "^0.31.1",
33 "tslib": "^2.3.1",
34 "typescript": "^4.2.4",
35 "uuid": "^8.3.2"
36 },
37 "engines": {
38 "node": ">=14.2.0"
39 },
40 "files": [
41 "dist"
42 ],
43 "homepage": "https://github.com/jdalrymple/gitbeaker#readme",
44 "keywords": [
45 "api",
46 "es5",
47 "es6",
48 "gitlab",
49 "gitbeaker",
50 "ky"
51 ],
52 "license": "MIT",
53 "browser": "dist/index.js",
54 "main": "dist/index.cjs.js",
55 "types": "dist/types",
56 "repository": {
57 "type": "git",
58 "url": "https://github.com/jdalrymple/gitbeaker"
59 },
60 "scripts": {
61 "build": "rollup -c",
62 "test:integration": "TEST_ID=$(uuid) node --expose-gc ../../node_modules/.bin/jest --runInBand --logHeapUsage test/integration",
63 "test:unit": "node --expose-gc ../../node_modules/.bin/jest --runInBand --logHeapUsage test/unit"
64 },
65 "gitHead": "36cb7857a94f7502fb1e8467c22ea6c0610a9cef"
66}