mirror of
https://github.com/clinicjs/node-clinic.git
synced 2026-01-25 16:43:42 +00:00
* chore(package): update dependencies * docs(readme): add Greenkeeper badge * standard 11
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "clinic",
|
|
"description": "Clinic diagnoses your performance issues",
|
|
"repository": "nearform/node-clinic",
|
|
"version": "0.8.0",
|
|
"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": {
|
|
"0x": "^4.0.3",
|
|
"@nearform/clinic-doctor": "^2.0.0",
|
|
"async": "^2.6.0",
|
|
"commist": "^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": "^2.7.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": "^11.0.1",
|
|
"tar-stream": "^1.5.5"
|
|
},
|
|
"keywords": [],
|
|
"license": "Apache-2.0"
|
|
}
|