mirror of
https://github.com/github/codeql-action.git
synced 2026-05-01 11:20:11 +00:00
18 lines
397 B
JSON
18 lines
397 B
JSON
{
|
|
"private": true,
|
|
"description": "Dependencies for the sync.ts",
|
|
"dependencies": {
|
|
"yaml": "^2.8.2"
|
|
},
|
|
"devDependencies": {
|
|
"@actions/core": "*",
|
|
"@actions/github": "*",
|
|
"@octokit/core": "*",
|
|
"@octokit/plugin-paginate-rest": "*",
|
|
"@octokit/plugin-rest-endpoint-methods": "*",
|
|
"@types/node": "^20.19.9",
|
|
"tsx": "^4.21.0",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|