33 lines
705 B
JSON
33 lines
705 B
JSON
{
|
|
"name": "semmle-bqrs",
|
|
"description": "Parses Binary Query Result Sets generated by CodeQL",
|
|
"author": "GitHub",
|
|
"private": true,
|
|
"version": "0.0.1",
|
|
"publisher": "GitHub",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/github/vscode-codeql"
|
|
},
|
|
"main": "./out/index",
|
|
"files": [
|
|
"out/**",
|
|
"package.json"
|
|
],
|
|
"scripts": {
|
|
"build": "gulp",
|
|
"format": "tsfmt -r"
|
|
},
|
|
"dependencies": {
|
|
"leb": "^0.3.0",
|
|
"reflect-metadata": "~0.1.13",
|
|
"semmle-io": "^0.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^12.0.8",
|
|
"@github/codeql-gulp-tasks": "^0.0.4",
|
|
"typescript-config": "^0.0.1",
|
|
"typescript-formatter": "^7.2.2"
|
|
}
|
|
}
|