mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-09 03:50:45 +08:00
60 lines
1.4 KiB
JSON
60 lines
1.4 KiB
JSON
{
|
|
"name": "@retrolab/help-extension",
|
|
"version": "0.3.16",
|
|
"description": "RetroLab - Help Extension",
|
|
"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",
|
|
"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",
|
|
"schema/*.json",
|
|
"style/**/*.css",
|
|
"style/index.js"
|
|
],
|
|
"scripts": {
|
|
"build": "tsc -b",
|
|
"build:prod": "tsc -b",
|
|
"clean": "rimraf lib && rimraf tsconfig.tsbuildinfo",
|
|
"docs": "typedoc src",
|
|
"prepublishOnly": "npm run build",
|
|
"watch": "tsc -b --watch"
|
|
},
|
|
"dependencies": {
|
|
"@jupyterlab/application": "^4.0.0-alpha.3",
|
|
"@jupyterlab/apputils": "^4.0.0-alpha.3",
|
|
"@jupyterlab/mainmenu": "^4.0.0-alpha.3",
|
|
"@jupyterlab/translation": "^4.0.0-alpha.3",
|
|
"@retrolab/ui-components": "^0.3.15"
|
|
},
|
|
"devDependencies": {
|
|
"rimraf": "~3.0.0",
|
|
"typescript": "~4.1.3"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"jupyterlab": {
|
|
"extension": true
|
|
},
|
|
"styleModule": "style/index.js"
|
|
}
|