{
  "name": "msg-fabric-core",
  "version": "0.9.8",
  "description": "Distributed live object messaging. (Core)",
  "license": "BSD-2-Clause",
  "author": "Shane Holloway <shane.holloway@ieee.org>",
  "homepage": "https://github.com/msg-fabric/msg-fabric-core#readme",
  "bugs": {
    "url": "https://github.com/msg-fabric/msg-fabric-core/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/msg-fabric/msg-fabric-core.git"
  },
  "keywords": [
    "ecosystem:msg-fabric",
    "distributed live object",
    "message-passing",
    "distributed object",
    "distributed",
    "actors",
    "message",
    "passing"
  ],
  "files": [
    "plugins/",
    "code/",
    "esm/"
  ],
  "type": "module",
  "exports": {
    ".": "./esm/mf-json.js",
    "./esm/*": "./esm/*"
  },
  "workspaces": [
    "test",
    "test/websocket"
  ],
  "devDependencies": {
    "@rollup/plugin-commonjs": "^22.0.2",
    "@rollup/plugin-node-resolve": "^14.1.0",
    "cbor-codec": "^0.9.8",
    "roap": "^0.5.15",
    "rollup": "^2.79.0",
    "rollup-plugin-dgnotify": "^0.1.8",
    "rollup-plugin-jsy": "^1.7.5",
    "rollup-plugin-terser": "^7.0.2",
    "u8-utils": "^0.3.18"
  },
  "scripts": {
    "clean": "rm -rf cjs/* esm/* umd/*",
    "prebuild": "test -d ./node_modules || npm -s ci",
    "build": "rollup --config",
    "watch": "NO_MINIFI=true rollup --config --watch",
    "pretest": "NO_MINIFI=true npm -s run build",
    "test": "cd test; npm -s run test",
    "precompress": "rm esm/* ; npm -s run build",
    "compress": "gzip -k esm/*.min.js ; brotli esm/*.min.js",
    "prepublishOnly": "npm -s run clean && npm -s run build && cd test && npm -s run test"
  }
}
