UNPKG

@jupyterlab/extensionmanager

Version:
64 lines (63 loc) 1.56 kB
{ "name": "@jupyterlab/extensionmanager", "version": "4.4.3", "description": "JupyterLab - Extension Manager", "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", "clean": "rimraf lib && rimraf tsconfig.tsbuildinfo", "watch": "tsc -b --watch" }, "dependencies": { "@jupyterlab/apputils": "^4.5.3", "@jupyterlab/coreutils": "^6.4.3", "@jupyterlab/services": "^7.4.3", "@jupyterlab/translation": "^4.4.3", "@jupyterlab/ui-components": "^4.4.3", "@lumino/messaging": "^2.0.3", "@lumino/polling": "^2.1.4", "@lumino/widgets": "^2.7.1", "react": "^18.2.0", "react-paginate": "^6.3.2", "semver": "^7.5.2" }, "devDependencies": { "@types/react": "^18.0.26", "@types/react-paginate": "^6.2.1", "@types/semver": "^7.5.2", "jest": "^29.2.0", "rimraf": "~5.0.5", "typescript": "~5.5.4" }, "publishConfig": { "access": "public" }, "styleModule": "style/index.js" }