Some checks failed
Build Extension / Build (ubuntu-latest) (push) Has been cancelled
Build Extension / Build (windows-latest) (push) Has been cancelled
Build Extension / Test (ubuntu-latest) (push) Has been cancelled
Build Extension / Test (windows-latest) (push) Has been cancelled
Release / Release (push) Has been cancelled
32 lines
690 B
JSON
32 lines
690 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",
|
|
"build-tasks": "^0.0.1",
|
|
"typescript-config": "^0.0.1",
|
|
"typescript-formatter": "^7.2.2"
|
|
}
|
|
} |