{
  "name": "@chix/monitor-npmlog",
  "version": "2.9.14",
  "description": "npmlog monitor for Chiχ",
  "keywords": [
    "chix",
    "monitor",
    "npmlog"
  ],
  "bugs": {
    "url": "https://github.com/chixio/chix/issues"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:chixio/chix.git"
  },
  "license": "MIT",
  "author": "Rob Halff",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "scripts": {
    "clean": "rimraf lib/",
    "lint": "tslint 'src/**/*.ts' --fix",
    "mocha": "mocha -r ts-node/register",
    "prettier": "prettier",
    "test": "true",
    "test.disable": "yarn run mocha 'src/test/*.ts'",
    "watch": "chokidar './src/**/*.ts' -c 'npm -s test'"
  },
  "dependencies": {
    "@chix/common": "^2.9.14",
    "@chix/flow": "^2.9.14",
    "@chix/loader": "^2.9.14"
  }
}