-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 997 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 997 Bytes
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
34
35
36
37
38
39
40
41
42
43
{
"name": "modscan",
"version": "1.0.0",
"description": "Advanced CLI tool to scan, analyze and manage node_modules folders with detailed statistics and interactive table UI",
"main": "index.js",
"bin": {
"modscan": "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"node_modules",
"scanner",
"cli",
"filesystem",
"disk-space",
"cleanup",
"analysis",
"dependency-management",
"interactive",
"terminal",
"ui"
],
"author": "Om Preetham Bandi <ompreethambandi@gmail.com>",
"displayName": "ModScan",
"license": "MIT",
"dependencies": {
"blessed": "^0.1.81",
"chalk": "^4.1.2"
},
"engines": {
"node": ">=12.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ompreetham/modscan.git"
},
"bugs": {
"url": "https://github.com/ompreetham/modscan/issues"
},
"homepage": "https://github.com/ompreetham/modscan#readme"
}