Files
codeql-action/runner/package.json
github-actions[bot] 5c3c29fd3f 1.0.5
2021-06-28 15:23:49 +00:00

17 lines
390 B
JSON

{
"name": "codeql-runner",
"version": "1.0.5",
"private": true,
"description": "CodeQL runner",
"scripts": {
"build-runner": "webpack --mode production && pkg dist/codeql-runner.js --out-path dist"
},
"license": "MIT",
"dependencies": {},
"devDependencies": {
"pkg": "^4.4.9",
"ts-loader": "8.0.2",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
}
}