mirror of
https://github.com/github/codeql-action.git
synced 2025-12-25 08:40:12 +08:00
17 lines
370 B
JSON
17 lines
370 B
JSON
{
|
|
"name": "codeql-runner",
|
|
"version": "1.1.6",
|
|
"private": true,
|
|
"description": "CodeQL runner",
|
|
"scripts": {
|
|
"build-runner": "webpack --mode production && pkg dist/codeql-runner.js --out-path dist"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"pkg": "^5.3.1",
|
|
"ts-loader": "^9.3.1",
|
|
"webpack": "^5.73.0",
|
|
"webpack-cli": "^4.10.0"
|
|
}
|
|
}
|