You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Analyzes a codebase to give results about the project, particularly the javascript files. You can get a visual or non-visual representation of the project at a high-level along with and the imports, exports, and function definitions and calls for all JS files.",
"main": "index.js",
"scripts": {
"start": "node src/collectInputs.js",
"generate": "webpack",
"test": "echo \"Error: no test specified\" && exit 1"