mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 00:52:55 +00:00
feat: add GitLab API
This commit is contained in:
40
package.json
Normal file
40
package.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"name": "@openstapps/gitlab-api",
|
||||
"version": "0.0.1",
|
||||
"description": "Wraps common GitLab API calls in a TypeScript class.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@gitlab.com:openstapps/gitlab-api.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "npm run tslint && npm run compile && npm run documentation",
|
||||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
|
||||
"compile": "tsc",
|
||||
"documentation": "typedoc --includeDeclarations --excludeExternals --mode modules --out docs src",
|
||||
"prepareOnly": "npm run build",
|
||||
"tslint": "tslint 'src/**/*.ts'"
|
||||
},
|
||||
"author": "Karl-Philipp Wulfert <krlwlfrt@gmail.com>",
|
||||
"license": "GPL-3.0-only",
|
||||
"dependencies": {
|
||||
"@openstapps/logger": "0.0.3",
|
||||
"@types/request": "2.48.1",
|
||||
"@types/request-promise-native": "1.0.15",
|
||||
"commander": "2.19.0",
|
||||
"request": "2.88.0",
|
||||
"request-promise-native": "1.0.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@openstapps/configuration": "0.0.2",
|
||||
"@types/node": "10.12.10",
|
||||
"conventional-changelog-cli": "^2.0.11",
|
||||
"ts-node": "7.0.1",
|
||||
"typedoc": "0.13.0",
|
||||
"typescript": "3.1.6"
|
||||
},
|
||||
"main": "lib/api.js",
|
||||
"types": "lib/api.d.ts",
|
||||
"bin": {
|
||||
"stapps-gitlab-api": "lib/cli.js"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user