{
  "name": "molstar",
  "version": "0.2.11",
  "description": "A comprehensive macromolecular library.",
  "homepage": "https://github.com/molstar/molstar#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/molstar/molstar.git"
  },
  "bugs": {
    "url": "https://github.com/molstar/molstar/issues"
  },
  "scripts": {
    "lint": "tslint src/**/*.ts",
    "test": "npm run lint && jest",
    "build": "npm run build-tsc && npm run build-extra && npm run build-webpack",
    "build-tsc": "tsc",
    "build-extra": "cpx \"src/**/*.{scss,woff,woff2,ttf,otf,eot,svg,html}\" lib/",
    "build-webpack": "webpack --mode production",
    "watch": "concurrently --kill-others \"npm:watch-tsc\" \"npm:watch-extra\" \"npm:watch-webpack\"",
    "watch-tsc": "tsc -watch",
    "watch-extra": "cpx \"src/**/*.{scss,woff,woff2,ttf,otf,eot,svg,html}\" lib/ --watch",
    "watch-webpack": "webpack -w --mode development --display minimal",
    "serve": "http-server -p 1338",
    "model-server": "node lib/servers/model/server.js",
    "model-server-watch": "nodemon --watch lib lib/servers/model/server.js",
    "volume-server": "node lib/servers/volume/server.js --idMap em 'test/${id}.mdb' --defaultPort  1336",
    "preversion": "npm run test",
    "postversion": "git push && git push --tags",
    "prepublishOnly": "npm run test && npm run build"
  },
  "files": [
    "lib/"
  ],
  "nodemonConfig": {
    "ignoreRoot": [
      "./node_modules",
      ".git"
    ],
    "ignore": [],
    "delay": "2500"
  },
  "jest": {
    "moduleFileExtensions": [
      "ts",
      "js"
    ],
    "transform": {
      "\\.ts$": "ts-jest"
    },
    "moduleDirectories": [
      "node_modules",
      "lib"
    ],
    "testURL": "http://localhost/",
    "testRegex": "\\.spec\\.ts$"
  },
  "author": "Mol* Contributors",
  "contributors": [
    "Alexander Rose <alexander.rose@weirdbyte.de>",
    "David Sehnal <david.sehnal@gmail.com>",
    "Sebastian Bittrich <sebastian.bittrich@rcsb.org>"
  ],
  "license": "MIT",
  "devDependencies": {
    "benchmark": "^2.1.4",
    "circular-dependency-plugin": "^5.2.0",
    "concurrently": "^4.1.2",
    "cpx": "^1.5.0",
    "css-loader": "^3.2.0",
    "extra-watch-webpack-plugin": "^1.0.3",
    "file-loader": "^4.2.0",
    "fs-extra": "^8.1.0",
    "graphql-code-generator": "^0.18.2",
    "graphql-codegen-time": "^0.18.2",
    "graphql-codegen-typescript-template": "^0.18.2",
    "http-server": "^0.11.1",
    "jest": "^24.9.0",
    "jest-raw-loader": "^1.0.1",
    "mini-css-extract-plugin": "^0.8.0",
    "node-sass": "^4.12.0",
    "raw-loader": "^3.1.0",
    "resolve-url-loader": "^3.1.0",
    "sass-loader": "^8.0.0",
    "simple-git": "^1.126.0",
    "style-loader": "^1.0.0",
    "ts-jest": "^24.1.0",
    "tslint": "^5.20.0",
    "typescript": "^3.6.3",
    "webpack": "^4.41.0",
    "webpack-cli": "^3.3.9"
  },
  "dependencies": {
    "@types/argparse": "^1.0.36",
    "@types/benchmark": "^1.0.31",
    "@types/compression": "1.0.1",
    "@types/express": "^4.17.1",
    "@types/jest": "^24.0.18",
    "@types/node": "^12.7.7",
    "@types/node-fetch": "^2.5.2",
    "@types/react": "^16.9.3",
    "@types/react-dom": "^16.9.0",
    "@types/swagger-ui-dist": "3.0.3",
    "@types/webgl2": "0.0.5",
    "argparse": "^1.0.10",
    "compression": "^1.7.4",
    "express": "^4.17.1",
    "graphql": "^14.5.7",
    "immutable": "^3.8.2",
    "node-fetch": "^2.6.0",
    "react": "^16.9.0",
    "react-dom": "^16.9.0",
    "rxjs": "^6.5.3",
    "swagger-ui-dist": "^3.23.11",
    "util.promisify": "^1.0.0",
    "xhr2": "^0.2.0"
  }
}