A jam is a shared-deadline creative challenge: one prompt, a roster of participants, a single due date. Submissions point at records that li
0

Configure Feed

Select the types of activity you want to include in your feed.

atjam.at / package.json
293 B 12 lines
1{ 2 "name": "atjam", 3 "version": "0.0.0", 4 "private": true, 5 "description": "ATProto-native coordination layer for jams.", 6 "scripts": { 7 "dev": "pnpm --filter @atjam/web dev", 8 "build": "pnpm -r build", 9 "typecheck": "pnpm -r typecheck" 10 }, 11 "packageManager": "pnpm@10.26.1" 12}