{
  "name": "jupyterlab-infinstor",
  "version": "2.0.11",
  "description": "InfinStor JupyterLab extension",
  "keywords": [
    "s3",
    "cloud",
    "object",
    "storage",
    "jupyter",
    "jupyterlab",
    "jupyterlab-extension"
  ],
  "homepage": "https://infinstor.com/",
  "bugs": {
    "url": "https://infinstor.com/jira"
  },
  "license": "LicenseRef-LICENSE",
  "author": "InfinStor",
  "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",
  "directories": {
    "lib": "lib/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/infinstor/jupyterlab-infinstor.git"
  },
  "style": "style/index.css",
  "scripts": {
    "build": "tsc",
    "build:test": "cd test && ./build-tests.sh",
    "clean": "rimraf lib",
    "precommit": "lint-staged",
    "prettier": "prettier --write '**/*{.ts,.tsx,.js,.jsx,.css,.json,.md}'",
    "test": "cd test && ./run-tests.sh",
    "watch": "tsc -w"
  },
  "dependencies": {
    "@emotion/react": "^11.7.1",
    "@emotion/styled": "^11.6.0",
    "@jupyterlab/application": ">=2.0.0",
    "@jupyterlab/apputils": ">=2.0.0",
    "@jupyterlab/coreutils": ">=3.2.0",
    "@jupyterlab/docmanager": ">=2.0.0",
    "@jupyterlab/docregistry": ">=2.0.0",
    "@jupyterlab/filebrowser": ">=2.0.0",
    "@jupyterlab/notebook": ">=2.0.0",
    "@jupyterlab/services": ">=5.0.0",
    "@jupyterlab/settingregistry": ">=2.0.0",
    "@lumino/algorithm": "^1.2.3",
    "@lumino/coreutils": "^1.5.3",
    "@lumino/messaging": "^1.3.3",
    "@lumino/signaling": "^1.3.5",
    "@lumino/widgets": "^1.11.1",
    "@types/dagre": "^0.7.47",
    "@types/jquery": "^3.5.13",
    "@types/jqueryui": "^1.12.10",
    "@types/typeahead": "^0.11.32",
    "base64-js": "^1.2.3",
    "dagre": "^0.8.5",
    "jquery": "^3.6.0",
    "jqueryui": "^1.11.1",
    "react-flow-renderer": "^9.7.3",
    "typeahead.js": "^0.11.1"
  },
  "devDependencies": {
    "@types/base64-js": "^1.2.5",
    "@types/text-encoding": "^0.0.32",
    "husky": "^0.14.3",
    "lint-staged": "^7.2.0",
    "prettier": "^1.18.2",
    "rimraf": "^2.6.3",
    "subpackage": "^1.1.0",
    "tslint": "^5.18.0",
    "tslint-config-prettier": "^1.18.0",
    "tslint-plugin-prettier": "^1.3.0",
    "typescript": "^3.1.6"
  },
  "lint-staged": {
    "**/*{.ts,.tsx,.css,.json,.md}": [
      "prettier --write",
      "git add"
    ]
  },
  "jupyterlab": {
    "extension": true,
    "discovery": {
      "server": {
        "managers": [
          "pip"
        ],
        "base": {
          "name": "jupyterlab_infinstor"
        }
      }
    }
  }
}
