{
  "author": "",
  "dependencies": {
    "archy": "^1.0.0",
    "lodash": "^4.17.21",
    "source-map-support": "^0.5.20",
    "uuid": "^3.4.0"
  },
  "description": "Imnplementation of the blackboard design pattern",
  "devDependencies": {
    "@types/archy": "0.0.31",
    "@types/chai": "^4.2.22",
    "@types/lodash": "^4.14.175",
    "@types/mocha": "^7.0.2",
    "@types/node": "^16.18.11",
    "@types/reflect-metadata": "^0.1.0",
    "@types/uuid": "^3.4.10",
    "@typescript-eslint/eslint-plugin": "4.28.5",
    "@typescript-eslint/parser": "4.28.5",
    "chai": "^4.3.4",
    "cz-conventional-changelog": "^2.1.0",
    "dotparser": "^0.2.1",
    "eslint": "^7.32.0",
    "eslint-config-6river": "^1.0.6",
    "eslint-plugin-mocha": "^8.1.0",
    "eslint-plugin-typescript": "^0.14.0",
    "husky": "^0.14.3",
    "jsdoc": "^3.6.7",
    "mocha": "^7.1.2",
    "mocha-junit-reporter": "^1.23.3",
    "npm-run-all": "^4.1.2",
    "nyc": "15.0.0",
    "sinon": "^4.4.2",
    "ts-node": "^10.3.0",
    "typedoc": "^0.22.6",
    "typescript": "4.3.5",
    "validate-commit-msg": "^2.14.0"
  },
  "engines": {
    "node": "\u003e= 16.19.0"
  },
  "license": "ISC",
  "main": "dist/lib/index.js",
  "name": "@6river/blackboard",
  "repository": {
    "type": "git",
    "url": "https://github.com/6RiverSystems/blackboard.git"
  },
  "scripts": {
    "clean": "npm-run-all clean:js",
    "clean:js": "rm -rf dist",
    "compile": "npm-run-all compile:js",
    "compile:js": "tsc --pretty",
    "compile:watch": "tsc --pretty --watch",
    "build": "npm-run-all pretest compile",
    "pretest": "npm-run-all pretest:eslint",
    "pretest:eslint": "eslint --ext .ts,.js ${ESLINT_OPTS} .",
    "test": "NODE_ENV=test nyc mocha ${MOCHA_OPTS}",
    "test:no-cover": "NODE_ENV=test mocha",
    "test:debug": "npm run test:no-cover -- --debug-brk test",
    "coverage": "NODE_ENV=test nyc report --reporter=text-lcov \u003e coverage.lcov",
    "prepublish": "npm-run-all clean compile",
    "commitmsg": "validate-commit-msg"
  },
  "typings": "dist/lib/index.d.ts",
  "version": "4.0.1-ansiRegex301.1"
}
