mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-18 15:55:30 +00:00
63 lines
1.6 KiB
JSON
63 lines
1.6 KiB
JSON
{
|
|
"name": "@gitbeaker/browser",
|
|
"description": "Full Browser implementation of the GitLab API. Supports Promises, Async/Await.",
|
|
"version": "25.5.0",
|
|
"author": {
|
|
"name": "Justin Dalrymple"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jdalrymple/gitbeaker/issues"
|
|
},
|
|
"dependencies": {
|
|
"@gitbeaker/core": "^25.5.0",
|
|
"@gitbeaker/requester-utils": "^25.5.0",
|
|
"ky": "^0.25.0"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-commonjs": "^16.0.0",
|
|
"@rollup/plugin-node-resolve": "^10.0.0",
|
|
"@rollup/plugin-replace": "^2.3.3",
|
|
"@types/expect-puppeteer": "^4.4.3",
|
|
"@types/jest-environment-puppeteer": "^4.3.2",
|
|
"@types/node": "^14.11.2",
|
|
"@types/puppeteer": "^5.4.0",
|
|
"jest-puppeteer": "^4.4.0",
|
|
"node-fetch": "^2.6.1",
|
|
"puppeteer": "5.5.0",
|
|
"rollup": "^2.18.0",
|
|
"rollup-plugin-node-builtins": "^2.1.2",
|
|
"rollup-plugin-node-globals": "^1.4.0",
|
|
"rollup-plugin-terser": "^7.0.2",
|
|
"rollup-plugin-typescript2": "^0.29.0",
|
|
"ts-node": "^9.0.0",
|
|
"typescript": "^4.0.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.19.0"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"homepage": "https://github.com/jdalrymple/gitbeaker#readme",
|
|
"keywords": [
|
|
"api",
|
|
"es5",
|
|
"es6",
|
|
"gitlab",
|
|
"gitbeaker",
|
|
"ky"
|
|
],
|
|
"license": "MIT",
|
|
"browser": "dist/index.js",
|
|
"types": "dist/types/index.d.ts",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/jdalrymple/gitbeaker"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc && rollup -c",
|
|
"test:integration": "jest test/integration",
|
|
"test:unit": "jest test/unit"
|
|
}
|
|
}
|