node-clinic/package.json
Mathias Buus 5b563df31a 0.5.0
2018-01-24 21:04:43 +01:00

37 lines
940 B
JSON

{
"name": "clinic",
"description": "Clinic diagnoses your performance issues",
"repository": "nearform/node-clinic",
"version": "0.5.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.1.0",
"@nearform/clinic-doctor": "^0.6.0",
"async": "^2.6.0",
"commist": "^1.0.0",
"minimist": "^1.2.0",
"opn": "^5.2.0",
"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"
}