WIP! A BB-style forum, on the ATmosphere! We're still working... we'll be back soon when we have something to show off!
node typescript hono htmx atproto
at dbb5eb1992b61ea4e83ba6adcef86ed5d60fadda 20 lines 425 B view raw
1{ 2 "name": "@atbb/spike", 3 "version": "0.1.0", 4 "private": true, 5 "type": "module", 6 "scripts": { 7 "spike": "tsx --env-file=../../.env src/index.ts", 8 "clean": "rm -rf dist" 9 }, 10 "dependencies": { 11 "@atbb/lexicon": "workspace:*", 12 "@atproto/api": "^0.15.0", 13 "@atproto/common-web": "^0.4.0" 14 }, 15 "devDependencies": { 16 "@types/node": "^22.0.0", 17 "tsx": "^4.0.0", 18 "typescript": "^5.7.0" 19 } 20}