node-clinic/package.json
2022-07-20 11:08:49 -03:00

66 lines
1.5 KiB
JSON

{
"name": "clinic",
"description": "Clinic.js diagnoses your performance issues",
"repository": "clinicjs/node-clinic",
"version": "11.1.2",
"engines": {
"node": ">= 12.22.7"
},
"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": "^8.0.0",
"@clinic/doctor": "^9.0.0",
"@clinic/flame": "^11.0.0",
"@clinic/heap-profiler": "^3.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": "^2.1.4"
},
"keywords": [
"performance",
"tool",
"analysis",
"clinic",
"bubbleprof",
"doctor",
"flamegraph",
"flame",
"heap",
"memory",
"memory leak",
"profiler",
"bubble"
],
"license": "MIT"
}