{ "name": "@because/shout", "version": "0.0.7", "description": "shell output tester", "module": "src/index.ts", "type": "module", "files": [ "src" ], "exports": { ".": "./src/index.ts" }, "bin": { "shout": "src/cli/index.ts" }, "scripts": { "check": "bunx tsc --noEmit", "build": "./scripts/build.sh", "cli:build": "bun run scripts/build.ts", "cli:build:all": "bun run scripts/build.ts --all", "cli:install": "bun cli:build && sudo cp dist/shout /usr/local/bin", "cli:link": "ln -sf $(pwd)/src/cli/index.ts ~/.bun/bin/shout", "cli:uninstall": "sudo rm /usr/local/bin", "test": "bun test" }, "devDependencies": { "@types/bun": "latest", "@types/diff": "^8.0.0" }, "peerDependencies": { "typescript": "^5.9.3" }, "dependencies": { "commander": "14.0.3", "diff": "^8.0.3", "ansis": "*" } }