{ "name": "mod-manager", "version": "1.0.0", "description": "", "main": "index.js", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "as-table": "^1.0.55", "axios": "^0.27.2", "chalk": "^5.0.1", "commander": "^9.4.0", "error": "^10.4.0", "ora": "^6.1.2", "pino": "^8.3.1", "pretty-error": "^4.0.0", "string-format": "^2.0.0" }, "devDependencies": { "@types/node": "^18.6.3", "typescript": "^4.7.4" } }