30 lines
735 B
JSON
30 lines
735 B
JSON
{
|
|
"name": "@github/codeql-vscode-utils",
|
|
"description": "Shared utilities for writing Visual Studio Code extensions",
|
|
"author": "GitHub",
|
|
"private": false,
|
|
"version": "0.0.1",
|
|
"publisher": "GitHub",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/github/codeql-coreql-team.git"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://npm.pkg.github.com/"
|
|
},
|
|
"main": "./out/index",
|
|
"scripts": {
|
|
"build": "gulp",
|
|
"format": "tsfmt -r"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^12.0.8",
|
|
"@types/vscode": "^1.39.0",
|
|
"@github/codeql-build-tasks": "^0.0.1",
|
|
"typescript": "^3.7.2",
|
|
"typescript-config": "^0.0.1",
|
|
"typescript-formatter": "^7.2.2"
|
|
},
|
|
"dependencies": {}
|
|
}
|