{ "name": "fdtmime", "version": "0.1.0", "description": "A JupyterLab extension for rendering table files.", "author": " <>", "main": "lib/index.js", "types": "lib/index.d.ts", "style": "style/index.css", "keywords": [ "jupyter", "jupyterlab", "jupyterlab-extension" ], "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}" ], "jupyterlab": { "mimeExtension": true }, "scripts": { "clean": "rimraf lib && rimraf tsconfig.tsbuildinfo", "build": "tsc", "preinstall": "tsc", "prepare": "npm run clean && npm run build", "watch": "tsc -w", "extension:install": "jupyter labextension install fdtmime", "extension:uninstall": "jupyter labextension uninstall fdtmime", "extension:enable": "jupyter labextension enable fdtmime", "extension:disable": "jupyter labextension disable fdtmime" }, "dependencies": { "@jupyterlab/apputils": "^2.1.1", "@jupyterlab/rendermime-interfaces": "^2.0.0", "@lumino/widgets": "^1.5.0", "fixed-data-table-2": "^1.1.1", "react": "~16.9.0" }, "devDependencies": { "rimraf": "^2.6.3", "typescript": "~3.7.0" } }