dependabot-preview[bot] 7a74acf679 chore(deps-dev): bump rollup-plugin-typescript2 from 0.27.3 to 0.28.0
Bumps [rollup-plugin-typescript2](https://github.com/ezolenko/rollup-plugin-typescript2) from 0.27.3 to 0.28.0.
- [Release notes](https://github.com/ezolenko/rollup-plugin-typescript2/releases)
- [Commits](https://github.com/ezolenko/rollup-plugin-typescript2/compare/0.27.3...0.28.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-18 13:18:39 +00:00

55 lines
1.2 KiB
JSON

{
"name": "@gitbeaker/cli",
"description": "Full NodeJS CLI implementation of the GitLab API.",
"version": "25.0.0",
"author": {
"name": "Justin Dalrymple"
},
"bin": {
"gitbeaker": "dist/index.js"
},
"bugs": {
"url": "https://github.com/jdalrymple/gitbeaker/issues"
},
"dependencies": {
"@gitbeaker/core": "^25.0.0",
"@gitbeaker/node": "^25.0.0",
"chalk": "^4.1.0",
"ora": "^5.1.0",
"sywac": "^1.3.0",
"xcase": "^2.0.1"
},
"devDependencies": {
"@rollup/plugin-json": "^4.1.0",
"rollup": "^2.12.0",
"rollup-plugin-preserve-shebangs": "^0.2.0",
"rollup-plugin-typescript2": "^0.28.0",
"strip-ansi": "^6.0.0",
"typescript": "^4.0.3"
},
"engines": {
"node": ">=10.19.0"
},
"files": [
"dist"
],
"homepage": "https://github.com/jdalrymple/gitbeaker#readme",
"keywords": [
"api",
"cli",
"gitbeaker",
"gitlab",
"got"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jdalrymple/gitbeaker"
},
"scripts": {
"build": "tsc && rollup -c",
"test:integration": "jest test/integration",
"test:unit": "jest test/unit"
}
}