node-clinic/package.json
2018-12-07 19:46:39 +01:00

64 lines
1.6 KiB
JSON

{
"name": "clinic",
"description": "Clinic diagnoses your performance issues",
"repository": "nearform/node-clinic",
"version": "2.2.0",
"engines": {
"node": "^11.0.0 || ^10.0.0 || ^8.9.4"
},
"bin": {
"clinic": "./bin.js"
},
"scripts": {
"test": "standard | snazzy && tap --timeout 0 --no-cov test/*.test.js",
"test-local": "standard | snazzy && tap --timeout 0 --no-cov test/*.test.js test-local/*.test.js",
"ci-lint": "standard | snazzy",
"ci-test": "tap --timeout 0 test/*.test.js",
"ci-cov": "tap --timeout 0 --100 test/*.test.js",
"lint": "standard --fix | snazzy"
},
"dependencies": {
"@nearform/bubbleprof": "^1.9.1",
"@nearform/doctor": "^3.9.0",
"@nearform/flame": "^3.4.6",
"any-shell-escape": "^0.1.1",
"async": "^2.6.0",
"autocannon": "^3.2.0",
"commist": "^1.0.0",
"cross-argv": "^1.0.0",
"dargs": "^6.0.0",
"env-string": "^1.0.0",
"execspawn": "^1.0.1",
"insight": "^0.10.1",
"minimist": "^1.2.0",
"opn": "^5.4.0",
"ora": "^3.0.0",
"pumpify": "^1.4.0",
"rimraf": "^2.6.2",
"simple-get": "^3.0.3",
"stream-collector": "^1.0.1",
"subarg": "^1.0.0",
"tar-fs": "^1.16.0",
"update-notifier": "^2.5.0"
},
"devDependencies": {
"snazzy": "^8.0.0",
"standard": "^12.0.0",
"tap": "^12.1.0",
"tap-junit": "^2.1.0",
"tar-stream": "^1.6.2"
},
"keywords": [
"performance",
"tool",
"analysis",
"clinic",
"bubbleprof",
"doctor",
"flamegraph",
"flame",
"bubble"
],
"license": "GPL-3.0-or-later"
}