Add typescript implementation of GL sync with new group nesting
This diff is collapsed.
... | ... | @@ -20,10 +20,13 @@ |
}, | ||
"homepage": "https://github.com/eclipsefdn/eclipsefdn-github-sync#readme", | ||
"dependencies": { | ||
"@gitbeaker/node": "35.6.0", | ||
"@gitbeaker/core": "^35.6.0", | ||
"@gitbeaker/node": "github:autumnfound/gitbeaker#malowe/master/2483", | ||
"@octokit/plugin-retry": "^3.0.3", | ||
"@octokit/plugin-throttling": "^3.3.0", | ||
"@octokit/rest": "^18.0.3", | ||
"@types/node": "^17.0.32", | ||
"@types/yargs": "^17.0.10", | ||
"axios": "^0.21.4", | ||
"flat-cache": "^2.0.1", | ||
"nodemailer": "^6.5.0", | ||
... | ... | @@ -36,11 +39,15 @@ |
}, | ||
"devDependencies": { | ||
"@babel/eslint-parser": "^7.17.0", | ||
"@types/parse-link-header": "^2.0.0", | ||
"@types/simple-oauth2": "^4.1.1", | ||
"@types/uuid": "^8.3.4", | ||
"chai": "^4.2.0", | ||
"eslint": "^7.5.0", | ||
"eslint-config-strongloop": "^2.1.0", | ||
"faker": "^5.5.3", | ||
"mocha": "^7.0.1", | ||
"sinon": "^10.0.0" | ||
"sinon": "^10.0.0", | ||
"typescript": "^4.6.4" | ||
} | ||
} |