{
  "name": "clinic",
  "description": "Clinic.js diagnoses your performance issues",
  "repository": "clinicjs/node-clinic",
  "version": "13.0.0",
  "bin": {
    "clinic": "bin.js"
  },
  "scripts": {
    "test": "standard | snazzy && tap --no-cov test/*.test.js",
    "test-local": "standard | snazzy && tap --no-cov test/*.test.js test-local/*.test.js",
    "ci-lint": "standard | snazzy",
    "ci-test-no-cov": "tap --no-cov test/*.test.js",
    "ci-test-cov": "tap test/*.test.js",
    "lint": "standard --fix | snazzy"
  },
  "dependencies": {
    "@clinic/bubbleprof": "^10.0.0",
    "@clinic/doctor": "^11.0.0",
    "@clinic/flame": "^13.0.0",
    "@clinic/heap-profiler": "^5.0.0",
    "any-shell-escape": "^0.1.1",
    "async": "^3.0.1",
    "autocannon": "^7.5.0",
    "commist": "^1.0.0",
    "cross-argv": "^1.0.0",
    "dargs": "^7.0.0",
    "env-string": "^1.0.1",
    "execspawn": "^1.0.1",
    "insight": "^0.11.1",
    "minimist": "^1.2.0",
    "open": "^7.3.0",
    "ora": "^5.1.0",
    "rimraf": "^3.0.0",
    "stream-collector": "^1.0.1",
    "subarg": "^1.0.0",
    "update-notifier": "^5.0.1"
  },
  "devDependencies": {
    "proxyquire": "^2.1.0",
    "snazzy": "^9.0.0",
    "standard": "^17.0.0",
    "tap": "^16.0.0",
    "tar-stream": "^3.0.0"
  },
  "keywords": [
    "performance",
    "tool",
    "analysis",
    "clinic",
    "bubbleprof",
    "doctor",
    "flamegraph",
    "flame",
    "heap",
    "memory",
    "memory leak",
    "profiler",
    "bubble"
  ],
  "license": "MIT"
}
