{ "name": "@because/toes", "version": "0.0.4", "description": "personal web appliance - turn it on and forget about the cloud", "module": "src/index.ts", "type": "module", "files": [ "src" ], "exports": { ".": "./src/index.ts", "./tools": "./src/tools/index.ts" }, "bin": { "toes": "src/cli/index.ts" }, "scripts": { "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/toes /usr/local/bin", "cli:uninstall": "sudo rm /usr/local/bin", "deploy": "./scripts/deploy.sh", "dev": "rm pub/client/index.js && bun run --hot src/server/index.tsx", "remote:install": "./scripts/remote-install.sh", "remote:restart": "./scripts/remote-restart.sh", "remote:start": "./scripts/remote-start.sh", "remote:stop": "./scripts/remote-stop.sh", "start": "bun run src/server/index.tsx", "test": "bun test" }, "devDependencies": { "@types/bun": "latest", "@types/diff": "^8.0.0" }, "peerDependencies": { "typescript": "^5.9.2" }, "dependencies": { "@because/forge": "^0.0.1", "@because/hype": "^0.0.2", "commander": "^14.0.2", "diff": "^8.0.3", "kleur": "^4.1.5" } }