{
  "name": "nodeplotlib-ns",
  "version": "1.1.3",
  "description": "NodeJS frontend-less plotting lib using plotly.js inspired by matplotlib",
  "author": "Felix Lemke <flemke.dev@gmail.com> (https://felixlemke.dev)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ngfelixl/nodeplotlib.git"
  },
  "bugs": {
    "url": "https://github.com/ngfelixl/nodeplotlib/issues"
  },
  "homepage": "https://github.com/ngfelixl/nodeplotlib#readme",
  "keywords": [
    "plot",
    "nodejs",
    "plotlyjs",
    "science",
    "easy-to-use",
    "statistics",
    "browser",
    "localhost"
  ],
  "dependencies": {
    "@types/plotly.js": "^1.54.17",
    "@nestjs/platform-express": "^9.0.0",
    "@nestjs/platform-socket.io": "^9.0.0"
  },
  "peerDependencies": {
    "rxjs": "^7.4.0",
    "@nestjs/common": "9.0.8",
    "@nestjs/core": "9.0.8",
    "@nestjs/websockets": "9.0.8",
    "@nestjs/serve-static": "3.0.0",
    "tslib": "^2.0.0"
  },
  "main": "./src/index.js",
  "typings": "./src/index.d.ts"
}
