{
  "name": "@maap-jupyterlab/algorithms_jupyter_extension",
  "version": "0.2.0",
  "description": "A JupyterLab extension for managing algotihms on the MAAP",
  "keywords": [
    "algorithm",
    "registration",
    "jupyter",
    "jupyterlab",
    "jupyterlab-extension"
  ],
  "homepage": "https://github.com/MAAP-Project/algorithms-jupyter-extension.git",
  "bugs": {
    "url": "https://github.com/MAAP-Project/algorithms_jupyter_extension/issues"
  },
  "license": "Apache 2.0",
  "author": {
    "name": "Marjorie Lucas",
    "email": "marjorie.j.lucas@jpl.nasa.gov"
  },
  "files": [
    "lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}",
    "style/**/*.{css,js,eot,gif,html,jpg,json,png,svg,woff2,ttf}"
  ],
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "style": "style/index.css",
  "repository": {
    "type": "git",
    "url": "https://github.com/MAAP-Project/algorithms_jupyter_extension.git"
  },
  "scripts": {
    "build": "jlpm build:lib && jlpm build:labextension:dev",
    "build:prod": "jlpm clean && jlpm build:lib:prod && jlpm build:labextension",
    "build:labextension": "jupyter labextension build .",
    "build:labextension:dev": "jupyter labextension build --development True .",
    "build:lib": "tsc --sourceMap",
    "build:lib:prod": "tsc",
    "clean": "jlpm clean:lib",
    "clean:lib": "rimraf lib tsconfig.tsbuildinfo",
    "clean:node": "rimraf node_modules package-lock.json",
    "clean:lintcache": "rimraf .eslintcache .stylelintcache",
    "clean:labextension": "rimraf algorithms_jupyter_extension/labextension algorithms_jupyter_extension/_version.py",
    "clean:all": "jlpm clean:lib && jlpm clean:labextension && jlpm clean:lintcache",
    "eslint": "jlpm eslint:check --fix",
    "eslint:check": "eslint . --cache --ext .ts,.tsx",
    "install:extension": "jlpm build",
    "lint": "jlpm stylelint && jlpm prettier && jlpm eslint",
    "lint:check": "jlpm stylelint:check && jlpm prettier:check && jlpm eslint:check",
    "prettier": "jlpm prettier:base --write --list-different",
    "prettier:base": "prettier \"**/*{.ts,.tsx,.js,.jsx,.css,.json,.md}\"",
    "prettier:check": "jlpm prettier:base --check",
    "stylelint": "jlpm stylelint:check --fix",
    "stylelint:check": "stylelint --cache \"style/**/*.css\"",
    "watch": "run-p watch:src watch:labextension",
    "watch:src": "tsc -w",
    "watch:labextension": "jupyter labextension watch ."
  },
  "dependencies": {
    "@jupyterlab/application": "^3.4.8",
    "@jupyterlab/launcher": "^3.4.8",
    "@jupyterlab/mainmenu": "^3.6.3",
    "@maap-jupyterlab/user-workspace-management-jupyter-extension": "^0.0.3",
    "@reduxjs/toolkit": "^1.9.3",
    "@types/js-yaml": "^4.0.5",
    "bootstrap": "^5.2.0",
    "js-yaml": "^4.1.0",
    "jupyterlab_toastify": "^4.2.1",
    "react-bootstrap": "^2.7.0",
    "react-icons": "^4.8.0",
    "react-redux": "^8.0.2",
    "react-select": "^5.7.3",
    "react-split-pane": "^2.0.0",
    "react-table": "^7.8.0",
    "react-tooltip": "^5.13.1"
  },
  "devDependencies": {
    "@jupyterlab/builder": "^3.1.0",
    "@types/react-table": "^7.7.14",
    "@typescript-eslint/eslint-plugin": "^4.8.1",
    "@typescript-eslint/parser": "^4.8.1",
    "eslint": "^7.14.0",
    "eslint-config-prettier": "^6.15.0",
    "eslint-plugin-prettier": "^3.1.4",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.1.1",
    "rimraf": "^3.0.2",
    "stylelint": "^14.3.0",
    "stylelint-config-prettier": "^9.0.4",
    "stylelint-config-recommended": "^6.0.0",
    "stylelint-config-standard": "~24.0.0",
    "stylelint-prettier": "^2.0.0",
    "typescript": "~5.0.2"
  },
  "sideEffects": [
    "style/*.css",
    "style/index.js"
  ],
  "styleModule": "style/index.js",
  "publishConfig": {
    "access": "public"
  },
  "jupyterlab": {
    "extension": true,
    "outputDir": "algorithms_jupyter_extension/labextension"
  }
}
