Files
codeql-action/runner/package.json
github-actions[bot] fbb9046bf6 1.0.2
2021-06-07 20:59:15 +00:00

17 lines
390 B
JSON

{
"name": "codeql-runner",
"version": "1.0.2",
"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"
}
}