ipydrawio/packages/ipydrawio-webpack/package.json

48 wiersze
1.1 KiB
JSON

{
"author": "Dead Pixels Collective",
"bugs": {
"url": "https://github.com/deathbeds/ipydrawio/issues"
},
"dependencies": {
"@jupyterlab/application": "3"
},
"devDependencies": {
"@jupyterlab/builder": "^3.0.2",
"typescript": "~4.2.4"
},
"description": "A webpack-ready repackaging of drawio",
"homepage": "https://github.com/deathbeds/ipydrawio",
"keywords": [
"webpack",
"drawio"
],
"license": "Apache-2.0",
"main": "lib/index.js",
"name": "@deathbeds/ipydrawio-webpack",
"jupyterlab": {
"extension": "lib/plugin.js",
"outputDir": "../../py_packages/ipydrawio/src/ipydrawio/ext/ipdwp",
"webpackConfig": "./webpack.config.js",
"discovery": {
"server": {
"base": {
"name": "ipydrawio"
},
"managers": [
"pip",
"conda"
]
}
}
},
"repository": {
"type": "git",
"url": "https://github.com/deathbeds/ipydrawio.git"
},
"scripts": {
"build:pre": "python scripts/patch.py && python scripts/static.py"
},
"types": "lib/index.d.ts",
"version": "14.5.901"
}