mirror of
https://github.com/clinicjs/node-clinic.git
synced 2026-02-01 17:27:14 +00:00
38 lines
965 B
JSON
38 lines
965 B
JSON
{
|
|
"name": "clinic",
|
|
"description": "Clinic diagnoses your performance issues",
|
|
"repository": "nearform/node-clinic",
|
|
"version": "0.6.1",
|
|
"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": {
|
|
"0x": "^3.1.0",
|
|
"@nearform/clinic-doctor": "^1.0.0",
|
|
"async": "^2.6.0",
|
|
"commist": "^1.0.0",
|
|
"minimist": "^1.2.0",
|
|
"opn": "^5.2.0",
|
|
"pumpify": "^1.4.0",
|
|
"rimraf": "^2.6.2",
|
|
"simple-get": "^2.7.0",
|
|
"stream-collector": "^1.0.1",
|
|
"tar-fs": "^1.16.0"
|
|
},
|
|
"devDependencies": {
|
|
"snazzy": "^7.0.0",
|
|
"standard": "^10.0.3",
|
|
"tap": "^11.0.1",
|
|
"tar-stream": "^1.5.5"
|
|
},
|
|
"keywords": [],
|
|
"license": "Apache-2.0"
|
|
}
|