notebook/packages/_metapackage/package.json
Jeremy Tuloup fd73915a59
Follow-up to the move to the jupyterlab organization (#137)
* Update repo links to the jupyterlab org

* Fix permissions for the binder workflow

* Project Jupyter Contributors

* Add community guidelines to the README
2021-05-26 21:35:22 +02:00

37 lines
1.2 KiB
JSON

{
"name": "@retrolab/metapackage",
"private": true,
"version": "0.3.0-alpha.1",
"description": "RetroLab - Metapackage",
"homepage": "https://github.com/jupyterlab/retrolab",
"bugs": {
"url": "https://github.com/jupyterlab/retrolab/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/jupyterlab/retrolab.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": {
"@retrolab/application": "file:../application",
"@retrolab/application-extension": "file:../application-extension",
"@retrolab/docmanager-extension": "file:../docmanager-extension",
"@retrolab/help-extension": "file:../help-extension",
"@retrolab/lab-extension": "file:../lab-extension",
"@retrolab/notebook-extension": "file:../notebook-extension",
"@retrolab/terminal-extension": "file:../terminal-extension",
"@retrolab/tree-extension": "file:../tree-extension",
"@retrolab/ui-components": "file:../ui-components"
},
"devDependencies": {
"typescript": "~4.1.3"
}
}