mirror of
https://github.com/clinicjs/node-clinic.git
synced 2025-12-08 21:26:08 +00:00
62 lines
1.5 KiB
JSON
62 lines
1.5 KiB
JSON
{
|
|
"name": "clinic",
|
|
"description": "Clinic.js diagnoses your performance issues",
|
|
"repository": "clinicjs/node-clinic",
|
|
"version": "11.0.0",
|
|
"engines": {
|
|
"node": ">= 12.13.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": "^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.10.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": "^16.0.3",
|
|
"tap": "^15.0.10",
|
|
"tar-stream": "^2.1.4"
|
|
},
|
|
"keywords": [
|
|
"performance",
|
|
"tool",
|
|
"analysis",
|
|
"clinic",
|
|
"bubbleprof",
|
|
"doctor",
|
|
"flamegraph",
|
|
"flame",
|
|
"bubble"
|
|
],
|
|
"license": "MIT"
|
|
}
|