{
  "name": "nglview-js-widgets",
  "version": "3.1.5",
  "description": "nglview-js-widgets",
  "keywords": [
    "ipython",
    "ipywidgets",
    "jupyter",
    "jupyterlab",
    "jupyterlab-extension",
    "molecular graphics",
    "molecular structure",
    "science",
    "widgets"
  ],
  "homepage": "https://github.com/nglviewer/nglview/js",
  "bugs": {
    "url": "https://github.com/nglviewer/nglview/issues"
  },
  "license": "MIT",
  "author": {
    "name": "Alexander Rose, Hai Nguyen",
    "email": "alexander.rose@weirdbyte.de, hainm.comp@gmail.com"
  },
  "files": [
    "dist",
    "src",
    "lib",
    "style/index.js"
  ],
  "main": "lib/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/nglviewer/nglview.git"
  },
  "scripts": {
    "prepublish": "yarn build:prod && webpack && yarn run copy:labextension",
    "copy:labextension": "cp -r nglview-js-widgets/labextension/* ../nglview/staticlab/",
    "build": "yarn run build:lib && yarn run build:labextension:dev",
    "build:prod": "yarn run build:lib && yarn run build:labextension",
    "build:labextension": "jupyter labextension build .",
    "build:labextension:dev": "jupyter labextension build --development True .",
    "build:lib": "tsc",
    "clean": "yarn run clean:lib",
    "clean:lib": "rimraf lib tsconfig.tsbuildinfo",
    "clean:labextension": "rimraf myextension/labextension",
    "clean:all": "yarn run clean:lib && yarn run clean:labextension",
    "eslint": "eslint '**/*.ts' --fix",
    "eslint:check": "eslint '**/*.ts'",
    "install:extension": "jupyter labextension develop --overwrite .",
    "prepare": "yarn run clean && yarn run build:prod",
    "watch": "run-p watch:src watch:labextension",
    "watch:src": "tsc -w",
    "watch:labextension": "jupyter labextension watch .",
    "test": "mocha"
  },
  "dependencies": {
    "@jupyter-widgets/base": "^1 || ^2.0.2 || ^3 || ^4 || ^5 || ^6",
    "@jupyter-widgets/jupyterlab-manager": "^3.0.0",
    "jquery": "^3.2.1",
    "jquery-ui": "^1.12.1",
    "lodash": "^4.17.4",
    "ngl": "2.4.0",
    "underscore": "^1.8.3"
  },
  "devDependencies": {
    "@jupyterlab/builder": "^3.0.5 || ^4",
    "@types/chai": "^4.1.4",
    "@types/expect.js": "^0.3.29",
    "@types/mocha": "^2.2.48",
    "@types/node": "^16.0.0",
    "@types/requirejs": "^2.1.31",
    "@typescript-eslint/eslint-plugin": "^7.13.1",
    "@typescript-eslint/parser": "^7.13.1",
    "babel-register": "^6.11.6",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "css-loader": "^0.23.1",
    "eslint": "^8.5.6",
    "file-loader": "^6.2.0",
    "json-loader": "^0.5.7",
    "mkdirp": "^1.0.3",
    "ngl": "2.4.0",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.1.1",
    "rimraf": "^3.0.2",
    "style-loader": "^0.13.1",
    "typescript": "~5.4.5",
    "webpack": "^5.96.1",
    "webpack-cli": "^5.1.4",
    "babel-loader": "^8.2.2",
    "@babel/plugin-transform-object-rest-spread": "^7.14.5"
  },
  "sideEffects": [
    "style/*.css",
    "style/index.js"
  ],
  "styleModule": "style/index.js",
  "jupyterlab": {
    "extension": "lib/jupyterlab-plugin",
    "outputDir": "nglview-js-widgets/labextension",
    "sharedPackages": {
      "@jupyter-widgets/base": {
        "bundled": false,
        "singleton": true
      }
    }
  },
  "directories": {
    "test": "test"
  },
  "packageManager": "yarn@1.22.1"
}
