Files
codeql-action/runner/package.json
github-actions[bot] 9661171991 1.0.22
2021-10-28 21:19:05 +00:00

17 lines
390 B
JSON

{
"name": "codeql-runner",
"version": "1.0.22",
"private": true,
"description": "CodeQL runner",
"scripts": {
"build-runner": "webpack --mode production && pkg dist/codeql-runner.js --out-path dist"
},
"license": "MIT",
"dependencies": {},
"devDependencies": {
"pkg": "^5.3.1",
"ts-loader": "9.2.5",
"webpack": "^5.50.0",
"webpack-cli": "^4.7.2"
}
}