{
  "name": "flowtrace",
  "version": "0.1.10",
  "description": "Tracing format tools for FBP",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "flowtrace-show": "./bin/flowtrace-show",
    "flowtrace-replay": "./bin/flowtrace-replay"
  },
  "bugs": {
    "url": "https://github.com/flowbased/flowtrace/issues"
  },
  "author": "Jon Nordby <jononor@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/flowbased/flowtrace.git"
  },
  "dependencies": {
    "circular-buffer": "^1.0.2",
    "cli-color": "~2.0.0",
    "clone": "^2.1.2",
    "commander": "^6.1.0",
    "debug": "^4.2.0",
    "fbp": "^1.7.0",
    "fbp-graph": "^0.7.0",
    "isomorphic-fetch": "^3.0.0",
    "open": "^7.2.1",
    "tv4": "^1.2.7",
    "websocket": "^1.0.21"
  },
  "devDependencies": {
    "@types/clone": "^2.1.0",
    "@types/node": "^14.14.10",
    "chai": "^4.0.0",
    "eslint": "^7.10.0",
    "eslint-config-airbnb-base": "^14.2.0",
    "eslint-plugin-chai": "0.0.1",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-mocha": "^8.0.0",
    "fbp-client": "^0.4.3",
    "fbp-protocol-healthcheck": "^1.1.0",
    "mocha": "^8.1.3",
    "noflo-core": "^0.6.1",
    "noflo-nodejs": "^0.15.0",
    "nyc": "^15.1.0",
    "replace": "^1.2.0",
    "typescript": "^4.1.2"
  },
  "scripts": {
    "lint": "eslint src spec",
    "pretest": "npm run build && npm run lint",
    "build": "tsc",
    "postbuild": "replace 'node/events' 'events' dist -r",
    "test": "nyc mocha spec/*.js"
  },
  "nyc": {
    "include": [
      "dist/*.js",
      "dist/lib/*.js",
      "dist/bin/*.js"
    ]
  }
}
