UNPKG

@jupyter-lsp/theme-vscode

Version:
45 lines (44 loc) 1.17 kB
{ "name": "@jupyter-lsp/theme-vscode", "version": "3.0.0", "description": "VSCode theme for JupyterLab-LSP", "keywords": [ "jupyter", "jupyterlab", "jupyterlab-extension", "lsp", "language-server-protocol", "theme", "vscode", "completer" ], "homepage": "https://github.com/jupyter-lsp/jupyterlab-lsp", "bugs": { "url": "https://github.com/jupyter-lsp/jupyterlab-lsp/issues" }, "license": "BSD-3-Clause", "author": "JupyterLab-LSP Development Team", "files": [ "{lib,style,schema,src}/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf,css,json,ts,tsx,txt,md}", "LICENSE" ], "main": "lib/index.js", "types": "lib/index.d.ts", "repository": { "type": "git", "url": "https://github.com/jupyter-lsp/jupyterlab-lsp.git" }, "scripts": { "build": "tsc -b", "bundle": "npm pack .", "clean": "rimraf lib" }, "dependencies": { "@jupyter-lsp/completion-theme": "^4.0.0-rc.0" }, "jupyterlab": { "extension": true, "schemaDir": "schema", "outputDir": "../../python_packages/jupyterlab_lsp/jupyterlab_lsp/labextensions/@jupyter-lsp/theme-vscode" } }