{ "name": "scripts", "version": "1.0.0", "description": "", "main": "index.js", "type": "module", "scripts": { "build": "tsc", "lint": "eslint src --max-warnings 0", "start": "node prod/index.js", "test": "echo \"Error: no test specified\" && exit 0" }, "keywords": [], "author": "", "license": "ISC", "packageManager": "pnpm@10.15.0", "devDependencies": { "@nhcarrigan/eslint-config": "5.2.0", "@nhcarrigan/typescript-config": "4.0.0", "@types/node": "24.3.0", "eslint": "9.34.0", "tsx": "4.20.5", "typescript": "5.9.2" }, "dependencies": { "@inquirer/prompts": "7.8.6", "@octokit/rest": "22.0.0", "@types/cli-progress": "3.11.6", "cli-progress": "3.12.0" } }