mirror of
https://github.com/github/codeql-action.git
synced 2026-05-21 21:08:32 +00:00
18 lines
421 B
JSON
18 lines
421 B
JSON
{
|
|
"private": true,
|
|
"description": "Dependencies for the sync.ts",
|
|
"dependencies": {
|
|
"@actions/core": "^2.0.3",
|
|
"@actions/github": "^8.0.1",
|
|
"@octokit/core": "^7.0.6",
|
|
"@octokit/plugin-paginate-rest": ">=9.2.2",
|
|
"@octokit/plugin-rest-endpoint-methods": "^17.0.0",
|
|
"semver": "^7.8.0",
|
|
"yaml": "^2.8.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.19.39",
|
|
"tsx": "^4.21.0"
|
|
}
|
|
}
|