khulnasoft's picture
Upload 5 files
e111422 verified
raw
history blame
545 Bytes
{
"name": "jupyterlab-codeql-highlight",
"version": "0.0.1",
"description": "Jupyterlab extension to highlight CodeQL syntax",
"author": "Alvaro Munoz",
"main": "lib/plugin.js",
"keywords": [
"jupyter",
"jupyterlab",
"jupyterlab-extension"
],
"license": "MIT",
"repository": {
"url": "[email protected]:github/jupyterlab-codeql-highlight.git",
"type": "git"
},
"jupyterlab": {
"extension": true
},
"scripts": {},
"dependencies": {
"@jupyterlab/codemirror": "*"
},
"devDependencies": {}
}