{ "name": "@watch-finished/cli", "version": "1.0.0", "type": "module", "main": "dist/index.js", "bin": { "watch-finished-cli": "dist/index.js" }, "scripts": { "build": "tsc --project tsconfig.json", "start": "node dist/index.js" }, "dependencies": { "axios": "^1.6.0", "chalk": "^5.3.0", "commander": "^11.0.0" }, "devDependencies": { "typescript": "^5.0.0" } }