You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
1.4 KiB

{
"name": "@jupyter-notebook/metapackage",
"version": "7.0.0-alpha.16",
"private": true,
"description": "Jupyter Notebook - Metapackage",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
"url": "https://github.com/jupyter/notebook/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/jupyter/notebook.git"
},
"license": "BSD-3-Clause",
"author": "Project Jupyter",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc -b",
"watch": "tsc -b -w --preserveWatchOutput"
},
"dependencies": {
"@jupyter-notebook/application": "file:../application",
"@jupyter-notebook/application-extension": "file:../application-extension",
"@jupyter-notebook/console-extension": "file:../console-extension",
"@jupyter-notebook/docmanager-extension": "file:../docmanager-extension",
"@jupyter-notebook/documentsearch-extension": "file:../documentsearch-extension",
"@jupyter-notebook/help-extension": "file:../help-extension",
"@jupyter-notebook/lab-extension": "file:../lab-extension",
"@jupyter-notebook/notebook-extension": "file:../notebook-extension",
"@jupyter-notebook/terminal-extension": "file:../terminal-extension",
"@jupyter-notebook/tree": "file:../tree",
"@jupyter-notebook/tree-extension": "file:../tree-extension",
"@jupyter-notebook/ui-components": "file:../ui-components"
},
"devDependencies": {
"typescript": "5.0.1-rc"
}
}