-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 944 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "mongo-query-top",
"version": "1.0.0",
"repository": "https://github.com/rushi/mongo-query-top",
"description": "Show the current operations on a MongoDB instance in an easy to read table",
"main": "main.js",
"type": "module",
"scripts": {
"start": "./app.js",
"dev": "node --watch ./app.js",
"format": "prettier -l --write ."
},
"keywords": [
"mongodb",
"top"
],
"author": "Rushi Vishavadia <[email protected]>",
"license": "MIT",
"dependencies": {
"chalk": "^5.3.0",
"cli-table3": "^0.6.3",
"config": "^3.3.9",
"dayjs": "^1.11.10",
"geoip-lite": "^1.4.8",
"humanize-duration": "^3.31.0",
"json-stringify-pretty-compact": "^4.0.0",
"lodash": "^4.17.21",
"mongodb": "^6.3.0",
"prettier": "^3.1.0",
"window-size": "^1.1.1",
"yargs": "^17.7.2"
}
}