node-clinic/package.json
Mathias Buus 6aecda0f70 use @nearform/clinic-flame (#57)
* use @nearform/clinic-flame

* use clinic-flame/version
2018-07-23 19:56:52 +02:00

46 lines
1.2 KiB
JSON

{
"name": "clinic",
"description": "Clinic diagnoses your performance issues",
"repository": "nearform/node-clinic",
"version": "0.8.3",
"engines": {
"node": "^9.4.0 || ^8.9.4"
},
"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": "tap test/*.test.js",
"ci-cov": "tap --100 test/*.test.js"
},
"dependencies": {
"@nearform/clinic-bubbleprof": "latest",
"@nearform/clinic-doctor": "^2.0.0",
"@nearform/clinic-flame": "^1.1.0",
"async": "^2.6.0",
"commist": "^1.0.0",
"cross-argv": "^1.0.0",
"env-string": "^1.0.0",
"execspawn": "^1.0.1",
"minimist": "^1.2.0",
"opn": "^5.2.0",
"pumpify": "^1.4.0",
"rimraf": "^2.6.2",
"simple-get": "^3.0.0",
"stream-collector": "^1.0.1",
"tar-fs": "^1.16.0"
},
"devDependencies": {
"autocannon": "^2.0.0",
"snazzy": "^7.0.0",
"standard": "^11.0.0",
"tap": "^12.0.0",
"tar-stream": "^1.5.5"
},
"keywords": [],
"license": "GPL-3.0-or-later"
}