{
  "name": "@dws/muster-server",
  "version": "6.7.2",
  "description": "Server middlewares for running Muster standalone",
  "module": "./esm/index.js",
  "main": "./dist/index.js",
  "typings": "./dist/index.d.ts",
  "sideEffects": false,
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "/dist",
    "/esm"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/dwstech/muster.git"
  },
  "homepage": "https://dwstech.github.io/muster/",
  "bugs": {
    "url": "https://github.com/dwstech/muster/issues"
  },
  "keywords": [
    "muster",
    "express",
    "xhr",
    "websocket",
    "sockets",
    "data",
    "state-management",
    "graphs"
  ],
  "scripts": {
    "clean": "del-cli ./dist ./esm",
    "prebuild": "yarn clean",
    "prebuild:full": "yarn clean",
    "build": "yarn build:dist",
    "build:full": "yarn build:dist && yarn build:esm",
    "build:dist": "tsc",
    "build:esm": "tsc -p tsconfig.esm.json",
    "socket": "yarn build && node --inspect dist/examples/socket-server.js",
    "socket:client": "node dist/examples/socket-client.js"
  },
  "author": "DWS Technology",
  "license": "MIT",
  "dependencies": {
    "@dws/muster": "^6.7.2",
    "@dws/muster-message-transport": "^6.7.2",
    "isomorphic-ws": "^4.0.1"
  },
  "devDependencies": {
    "@dws/muster-remote": "^6.7.2",
    "@dws/muster-test-utils": "^6.7.2",
    "@types/body-parser": "^1.16.5",
    "@types/express": "^4.16.1",
    "@types/lodash-es": "^4.14.74",
    "@types/supertest": "^2.0.7",
    "@types/ws": "^6.0.1",
    "body-parser": "^1.17.2",
    "del-cli": "^1.1.0",
    "express": "^4.15.4",
    "lodash": "^4.17.11",
    "supertest": "^3.4.2",
    "typescript": "3.3.3"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "gitHead": "40d52b3e0b93321c61c4870ac136570a410e3e08"
}
