Files
codeql-action/runner/package.json
github-actions[bot] 2eb8300e80 1.0.13
2021-08-16 09:20:05 +00:00

17 lines
390 B
JSON

{
"name": "codeql-runner",
"version": "1.0.13",
"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.48.0",
"webpack-cli": "^4.7.2"
}
}