UNPKG

@jupyterlab/mainmenu

Version:
66 lines (65 loc) 1.74 kB
{ "name": "@jupyterlab/mainmenu", "version": "4.0.9", "description": "JupyterLab - Main Menu", "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", "docs": "typedoc src", "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.1.9", "@jupyterlab/translation": "^4.0.9", "@jupyterlab/ui-components": "^4.0.9", "@lumino/algorithm": "^2.0.1", "@lumino/commands": "^2.1.3", "@lumino/coreutils": "^2.1.2", "@lumino/widgets": "^2.3.0" }, "devDependencies": { "@jupyterlab/testing": "^4.0.9", "@types/jest": "^29.2.0", "jest": "^29.2.0", "rimraf": "~3.0.0", "typedoc": "~0.24.7", "typescript": "~5.0.4" }, "publishConfig": { "access": "public" }, "styleModule": "style/index.js" }