UNPKG

@jupyterlab/rendermime

Version:
71 lines (70 loc) 1.95 kB
{ "name": "@jupyterlab/rendermime", "version": "4.3.4", "description": "JupyterLab - RenderMime", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { "url": "https://github.com/jupyterlab/jupyterlab/issues" }, "repository": { "type": "git", "url": "https://github.com/jupyterlab/jupyterlab.git" }, "license": "BSD-3-Clause", "author": "Project Jupyter", "sideEffects": [ "style/*.css", "style/index.js" ], "main": "lib/index.js", "types": "lib/index.d.ts", "style": "style/index.css", "directories": { "lib": "lib/" }, "files": [ "lib/*.d.ts", "lib/*.js.map", "lib/*.js", "style/*.css", "style/index.js", "src/**/*.{ts,tsx}" ], "scripts": { "build": "tsc -b", "build:test": "tsc --build tsconfig.test.json", "clean": "rimraf lib && rimraf tsconfig.tsbuildinfo", "test": "jest", "test:cov": "jest --collect-coverage", "test:debug": "node --inspect-brk ../../node_modules/.bin/jest --runInBand", "test:debug:watch": "node --inspect-brk ../../node_modules/.bin/jest --runInBand --watch", "watch": "tsc -b --watch" }, "dependencies": { "@jupyterlab/apputils": "^4.4.4", "@jupyterlab/coreutils": "^6.3.4", "@jupyterlab/nbformat": "^4.3.4", "@jupyterlab/observables": "^5.3.4", "@jupyterlab/rendermime-interfaces": "^3.11.4", "@jupyterlab/services": "^7.3.4", "@jupyterlab/translation": "^4.3.4", "@lumino/coreutils": "^2.2.0", "@lumino/messaging": "^2.0.2", "@lumino/signaling": "^2.1.3", "@lumino/widgets": "^2.5.0", "lodash.escape": "^4.0.1" }, "devDependencies": { "@jupyterlab/testing": "^4.3.4", "@types/jest": "^29.2.0", "@types/lodash.escape": "^4.0.6", "fs-extra": "^10.1.0", "jest": "^29.2.0", "rimraf": "~5.0.5", "typescript": "~5.1.6" }, "publishConfig": { "access": "public" }, "styleModule": "style/index.js" }