mirror of
https://github.com/clinicjs/node-clinic.git
synced 2026-01-18 16:22:03 +00:00
46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"name": "clinic",
|
|
"description": "Clinic diagnoses your performance issues",
|
|
"repository": "nearform/node-clinic",
|
|
"version": "1.1.0",
|
|
"engines": {
|
|
"node": "^10.0.0 || ^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/bubbleprof": "^1.1.0",
|
|
"@nearform/doctor": "^3.0.0",
|
|
"@nearform/flame": "^2.0.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"
|
|
}
|