ipydrawio/packages/ipydrawio-jupyter-templates/package.json

57 wiersze
1.3 KiB
JSON

{
"name": "@deathbeds/ipydrawio-jupyter-templates",
"version": "1.3.0",
"description": "Jupyter Templates for IPyDrawio",
"license": "Apache-2.0",
"author": "IPyDrawio Contributors",
"homepage": "https://ipydrawio.rtfd.io",
"repository": {
"type": "git",
"url": "https://github.com/deathbeds/ipydrawio.git"
},
"bugs": {
"url": "https://github.com/deathbeds/ipydrawio/issues"
},
"main": "lib/index.js",
"files": [
"{lib,schema,style,src,tmpl}/**/*.{ts,tsx,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,css,dio}"
],
"scripts": {},
"types": "lib/index.d.ts",
"dependencies": {
"@deathbeds/ipydrawio": "^1.3.0",
"@jupyterlab/application": "^3.1.0"
},
"devDependencies": {
"@jupyterlab/builder": "^3.6.1"
},
"keywords": [
"ipydrawio",
"jupyter",
"jupyterlab",
"jupyterlab-extension"
],
"jupyterlab": {
"extension": "lib/plugin.js",
"schemaDir": "schema",
"outputDir": "../../py_packages/ipydrawio/_/ipydrawio-jupyter-templates",
"sharedPackages": {
"@deathbeds/ipydrawio": {
"bundled": false,
"singleton": true
}
},
"discovery": {
"server": {
"base": {
"name": "ipydrawio"
},
"managers": [
"pip",
"conda"
]
}
}
}
}