UNPKG

1.95 kBJSONView Raw
1{
2 "name": "@jupyterlab/rendermime",
3 "version": "4.3.5",
4 "description": "JupyterLab - RenderMime",
5 "homepage": "https://github.com/jupyterlab/jupyterlab",
6 "bugs": {
7 "url": "https://github.com/jupyterlab/jupyterlab/issues"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/jupyterlab/jupyterlab.git"
12 },
13 "license": "BSD-3-Clause",
14 "author": "Project Jupyter",
15 "sideEffects": [
16 "style/*.css",
17 "style/index.js"
18 ],
19 "main": "lib/index.js",
20 "types": "lib/index.d.ts",
21 "style": "style/index.css",
22 "directories": {
23 "lib": "lib/"
24 },
25 "files": [
26 "lib/*.d.ts",
27 "lib/*.js.map",
28 "lib/*.js",
29 "style/*.css",
30 "style/index.js",
31 "src/**/*.{ts,tsx}"
32 ],
33 "scripts": {
34 "build": "tsc -b",
35 "build:test": "tsc --build tsconfig.test.json",
36 "clean": "rimraf lib && rimraf tsconfig.tsbuildinfo",
37 "test": "jest",
38 "test:cov": "jest --collect-coverage",
39 "test:debug": "node --inspect-brk ../../node_modules/.bin/jest --runInBand",
40 "test:debug:watch": "node --inspect-brk ../../node_modules/.bin/jest --runInBand --watch",
41 "watch": "tsc -b --watch"
42 },
43 "dependencies": {
44 "@jupyterlab/apputils": "^4.4.5",
45 "@jupyterlab/coreutils": "^6.3.5",
46 "@jupyterlab/nbformat": "^4.3.5",
47 "@jupyterlab/observables": "^5.3.5",
48 "@jupyterlab/rendermime-interfaces": "^3.11.5",
49 "@jupyterlab/services": "^7.3.5",
50 "@jupyterlab/translation": "^4.3.5",
51 "@lumino/coreutils": "^2.2.0",
52 "@lumino/messaging": "^2.0.2",
53 "@lumino/signaling": "^2.1.3",
54 "@lumino/widgets": "^2.5.0",
55 "lodash.escape": "^4.0.1"
56 },
57 "devDependencies": {
58 "@jupyterlab/testing": "^4.3.5",
59 "@types/jest": "^29.2.0",
60 "@types/lodash.escape": "^4.0.6",
61 "fs-extra": "^10.1.0",
62 "jest": "^29.2.0",
63 "rimraf": "~5.0.5",
64 "typescript": "~5.1.6"
65 },
66 "publishConfig": {
67 "access": "public"
68 },
69 "styleModule": "style/index.js"
70}