Skip to content
Permalink
2eb8300e80
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
github-actions[bot] 1.0.13
Latest commit 2eb8300 Aug 16, 2021 History
0 contributors

Users who have contributed to this file

17 lines (17 sloc) 390 Bytes
{
"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"
}
}