{ "name": "gcp-cleaner", "version": "1.0.0", "description": "", "type": "module", "main": "index.js", "scripts": { "start": "tsx index.ts", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "packageManager": "pnpm@10.15.1", "devDependencies": { "@types/node": "^25.0.3", "tsx": "^4.21.0", "typescript": "^5.9.3" }, "dependencies": { "@inquirer/prompts": "^8.1.0", "chalk": "^5.6.2", "execa": "^9.6.1", "ora": "^9.0.0" } }