17 строки
390 B
JSON
17 строки
390 B
JSON
{
|
|
"name": "codeql-runner",
|
|
"version": "1.0.9",
|
|
"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"
|
|
}
|
|
} |