{ "name": "@jupyterlab/vega3-extension", "version": "0.15.2", "description": "JupyterLab - Vega 3 and Vega-Lite 2 Mime Renderer Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { "url": "https://github.com/jupyterlab/jupyterlab/issues" }, "license": "BSD-3-Clause", "author": "Project Jupyter", "files": [ "lib/*.d.ts", "lib/*.js", "style/*.*" ], "main": "lib/index.js", "types": "lib/index.d.ts", "directories": { "lib": "lib/" }, "repository": { "type": "git", "url": "https://github.com/jupyterlab/jupyterlab.git" }, "scripts": { "build": "tsc", "clean": "rimraf lib", "prepublishOnly": "npm run build", "watch": "tsc -w --listEmittedFiles" }, "dependencies": { "@jupyterlab/rendermime-interfaces": "^1.0.9", "@phosphor/coreutils": "^1.3.0", "@phosphor/widgets": "^1.6.0", "vega-embed": "^3.13.2" }, "devDependencies": { "rimraf": "~2.6.2", "typescript": "~2.9.2" }, "jupyterlab": { "mimeExtension": true } }