{"name": "@tokarevtest/jupyter-legionzzz", "version": "1.0.0-rc201", "description": "Integration with Legion Platform (Cluster mode only)", "keywords": ["jupyter", "jupyterlab", "jupyterlab-extension"], "license": "Apache-2.0", "author": "Legion Platform Team", "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", "scripts": {"build": "tsc --build tsconfig.json", "clean": "rimraf lib", "prepublish": "npm run build", "watch": "tsc -w", "test": "jest", "lint": "tslint --project .", "tslint-check": "tslint-config-prettier-check ./tslint.json"}, "dependencies": {"@jupyterlab/application": "^0.19.1", "@jupyterlab/apputils": "^0.19.1", "@jupyterlab/console": "^0.19.1", "@jupyterlab/coreutils": "^2.0.2", "@jupyterlab/filebrowser": "^0.19.1", "@jupyterlab/launcher": "^0.19.1", "@jupyterlab/mainmenu": "^0.8.1", "@jupyterlab/services": "^3.1.0", "@jupyterlab/terminal": "^0.19.1", "@jupyterlab/theming": "^0.9.0", "@phosphor/widgets": "^1.6.0", "identity-obj-proxy": "^3.0.0", "react": "~16.4.2", "react-dom": "~16.4.2", "react-toggle-display": "^2.2.0", "typestyle": "^2.0.1"}, "devDependencies": {"@types/enzyme": "3.1.15", "@types/jest": "^23.3.5", "@types/react": "~16.4.13", "@types/react-dom": "~16.0.5", "enzyme": "3.7.0", "enzyme-adapter-react-16": "1.7.0", "husky": "1.3.1", "jest": "^23.6.0", "jest-fetch-mock": "^1.6.6", "lint-staged": "8.1.5", "prettier": "1.16.4", "rimraf": "^2.6.1", "ts-jest": "^23.10.4", "tslint": "^5.11.0", "tslint-config-prettier": "1.18.0", "tslint-plugin-prettier": "^2.0.0", "typescript": "~3.1.2", "typescript-tslint-plugin": "0.3.1"}, "jupyterlab": {"extension": true, "discovery": {"server": {"managers": ["pip"], "base": {"name": "jupyter_legion"}}}}, "husky": {"hooks": {"pre-commit": "lint-staged"}}, "lint-staged": {"*.{ts,tsx}": ["tslint --fix"]}, "prettier": {"singleQuote": true}, "resolutions": {"@types/react": "~16.4.13"}}