mirror of
https://github.com/clinicjs/node-clinic.git
synced 2026-02-01 17:27:14 +00:00
* 0x-integration * 0x v3.0.0 * docs * fixes * more fixes * more docs * --full-help -> --all-options * add tests * ignore 0x on ci * ignore 0x in code coverage * ignore code coverage * separate test-local into its own script (needs sudo), and fix test-local requires
37 lines
940 B
JSON
37 lines
940 B
JSON
{
|
|
"name": "clinic",
|
|
"description": "Clinic diagnoses your performance issues",
|
|
"repository": "nearform/node-clinic",
|
|
"version": "0.3.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": "tap test/*.test.js",
|
|
"ci-cov": "tap --100 test/*.test.js"
|
|
},
|
|
"dependencies": {
|
|
"0x": "^3.0.0",
|
|
"@nearform/clinic-doctor": "^0.5.0",
|
|
"async": "^2.6.0",
|
|
"commist": "^1.0.0",
|
|
"minimist": "^1.2.0",
|
|
"open": "0.0.5",
|
|
"simple-get": "^2.7.0",
|
|
"stream-collector": "^1.0.1",
|
|
"tar-fs": "^1.16.0"
|
|
},
|
|
"devDependencies": {
|
|
"rimraf": "^2.6.2",
|
|
"snazzy": "^7.0.0",
|
|
"standard": "^10.0.3",
|
|
"tap": "^11.0.1",
|
|
"tar-stream": "^1.5.5"
|
|
},
|
|
"keywords": [],
|
|
"license": "Apache 2.0"
|
|
}
|