{ "name": "codexbar", "private": true, "scripts": { "start": "./Scripts/compile_and_run.sh", "start:debug": "./Scripts/compile_and_run.sh", "start:release": "sh -c './Scripts/package_app.sh release && (pkill -x CodexBar || pkill -f CodexBar.app || true) && cd /Users/steipete/Projects/codexbar && open -n /Users/steipete/Projects/codexbar/CodexBar.app'", "lint": "swiftlint --strict", "format": "swiftformat Sources Tests", "check": "swiftformat Sources Tests --lint && swiftlint --strict", "docs:list": "node Scripts/docs-list.mjs", "build": "swift build", "test": "swift test", "test:tty": "swift test --filter TTYIntegrationTests", "test:live": "LIVE_TEST=1 swift test --filter LiveAccountTests", "release": "./Scripts/package_app.sh release", "restart": "pnpm start", "stop": "pkill -x CodexBar || pkill -f CodexBar.app || true" } }