{
  "name": "@custody/probe",
  "version": "0.3.2",
  "description": "Report the state of child processes to custody.",
  "main": "src/index.js",
  "scripts": {
    "ci": "npm run lint",
    "lint": "eslint .",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mixmaxhq/custody-probe.git"
  },
  "keywords": [
    "custody",
    "child",
    "process",
    "state",
    "status"
  ],
  "author": "Jeff Wear <jeff@mixmax.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mixmaxhq/custody-probe/issues"
  },
  "homepage": "https://github.com/mixmaxhq/custody-probe#readme",
  "dependencies": {
    "mkdirp": "^3.0.1"
  },
  "devDependencies": {
    "@mixmaxhq/prettier-config": "^1.0.0",
    "eslint": "^6.8.0",
    "eslint-config-mixmax": "^4.6.0",
    "prettier": "^1.19.1"
  }
}
