node-clinic/package.json
2020-08-21 12:40:23 -07:00

73 lines
1.8 KiB
JSON

{
"name": "clinic",
"description": "Clinic.js diagnoses your performance issues",
"repository": "nearform/node-clinic",
"version": "7.0.0",
"engines": {
"node": "^14.0.0 || ^13.0.0 || ^12.0.0 || ^11.0.0 || ^10.12.0"
},
"bin": {
"clinic": "./bin.js"
},
"scripts": {
"test": "standard | snazzy && tap -j1 --timeout 0 --no-cov test/*.test.js",
"test-local": "standard | snazzy && tap -j1 --timeout 0 --no-cov test/*.test.js test-local/*.test.js",
"ci-lint": "standard | snazzy",
"ci-test-no-cov": "tap -j1 --timeout 0 --no-cov test/*.test.js",
"ci-test-cov": "tap -j1 --timeout 0 test/*.test.js",
"lint": "standard --fix | snazzy"
},
"dependencies": {
"@nearform/bubbleprof": "^5.0.0",
"@nearform/doctor": "^6.0.0",
"@nearform/flame": "^7.0.0",
"any-shell-escape": "^0.1.1",
"async": "^3.0.1",
"autocannon": "^4.0.0",
"commist": "^1.0.0",
"cross-argv": "^1.0.0",
"dargs": "^7.0.0",
"dedent": "^0.7.0",
"env-string": "^1.0.1",
"execspawn": "^1.0.1",
"inquirer": "^7.0.0",
"insight": "^0.10.1",
"jsonwebtoken": "^8.3.0",
"minimist": "^1.2.0",
"open": "^7.0.0",
"ora": "^4.0.0",
"pump": "^3.0.0",
"pumpify": "^2.0.0",
"rand-token": "^1.0.1",
"rimraf": "^3.0.0",
"simple-get": "^4.0.0",
"split2": "^3.0.0",
"stream-buffers": "^3.0.2",
"stream-collector": "^1.0.1",
"subarg": "^1.0.0",
"tar-fs": "^2.0.0",
"tempy": "^0.4.0",
"update-notifier": "^4.0.0",
"websocket-stream": "^5.1.2"
},
"devDependencies": {
"proxyquire": "^2.1.0",
"snazzy": "^8.0.0",
"standard": "^14.3.1",
"tap": "^14.2.2",
"tar-stream": "^2.0.1"
},
"keywords": [
"performance",
"tool",
"analysis",
"clinic",
"bubbleprof",
"doctor",
"flamegraph",
"flame",
"bubble"
],
"license": "MIT"
}