{ "name": "@wallneradam/custom_css", "version": "0.2.0", "description": "Allow to insert custom css into JupyterLab", "keywords": [ "jupyter", "jupyterlab", "jupyterlab-extension" ], "homepage": "https://github.com/wallneradam/jupyterlab-custom-css.git", "bugs": { "url": "https://github.com/wallneradam/jupyterlab-custom-css.git/issues" }, "license": "BSD-3-Clause", "author": "Adam Wallner", "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}", "schema/*.json" ], "main": "lib/index.js", "types": "lib/index.d.ts", "style": "style/index.css", "repository": { "type": "git", "url": "https://github.com/wallneradam/jupyterlab-custom-css.git.git" }, "scripts": { "build": "tsc", "clean": "rimraf lib && rimraf tsconfig.tsbuildinfo", "prepare": "npm run clean && npm run build", "watch": "tsc -w" }, "dependencies": { "@jupyterlab/application": "^2.0.2" }, "devDependencies": { "rimraf": "^3.0.2", "typescript": "~3.8.3" }, "sideEffects": [ "style/*.css" ], "jupyterlab": { "extension": true, "schemaDir": "schema" } }