source for getorbyt.com getorbyt.com/
client bsky orbytapp app orbyt bluesky getorbyt orbytvideo atproto video
at main 39 lines 880 B view raw
1{ 2 "name": "orbyt-site", 3 "version": "1.0.0", 4 "description": "", 5 "main": "index.js", 6 "scripts": { 7 "dev": "astro dev", 8 "start": "astro dev", 9 "build": "astro build", 10 "check": "astro check", 11 "preview": "astro preview", 12 "astro": "astro", 13 "altstore:r2": "bash ./scripts/altstore-r2.sh" 14 }, 15 "repository": { 16 "type": "git", 17 "url": "git+https://github.com/Hann8n/orbyt-site.git" 18 }, 19 "keywords": [], 20 "author": "", 21 "license": "MIT", 22 "type": "module", 23 "engines": { 24 "node": ">=22.12.0" 25 }, 26 "bugs": { 27 "url": "https://github.com/Hann8n/orbyt-site/issues" 28 }, 29 "homepage": "https://github.com/Hann8n/orbyt-site#readme", 30 "dependencies": { 31 "@astrojs/cloudflare": "^13.0.2", 32 "astro": "^6.0.2" 33 }, 34 "devDependencies": { 35 "@astrojs/check": "^0.9.7", 36 "@types/node": "^22.15.29", 37 "typescript": "^5.9.3" 38 } 39}