2021-08-28 20:21:18 +10:00

48 lines
1.2 KiB
JSON

{
"name": "jupyterlab-ihaskell",
"version": "0.0.13",
"description": "adds ihaskell syntax highlighting to jupyterlab",
"keywords": [
"jupyter",
"jupyterlab",
"ihaskell",
"jupyterlab-extension"
],
"homepage": "https://github.com/gibiansky/IHaskell/",
"bugs": {
"url": "https://github.com/gibiansky/IHaskell/issues"
},
"license": "BSD-3-Clause",
"author": "MMesch",
"files": [
"lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}",
"style/**/*.{css,eot,gif,html,jpg,json,png,svg,woff2,ttf}"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"repository": {
"type": "git",
"url": "git@github.com:gibiansky/IHaskell.git"
},
"scripts": {
"build": "tsc",
"clean": "rimraf lib",
"watch": "tsc -w"
},
"dependencies": {
"@jupyterlab/application": ">=3.0.0",
"@jupyterlab/apputils": ">=3.0.0",
"@jupyterlab/docregistry": ">=3.0.0",
"@jupyterlab/notebook": ">=3.0.0",
"@jupyterlab/services": ">=6.0.0",
"@lumino/disposable": "^1.7.2"
},
"devDependencies": {
"rimraf": "^3.0.0",
"typescript": "~3.7.3"
},
"jupyterlab": {
"extension": true
}
}