The ATProto lexicons for bragsheet.social.
0
fork

Configure Feed

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

at main 22 lines 648 B view raw
1{ 2 "name": "lexicons", 3 "module": "index.ts", 4 "type": "module", 5 "private": true, 6 "scripts": { 7 "lexicon:emit": "bunx prototypey gen-emit ./out ./src/lexicons/**/*.ts && bun run scripts/lint.ts", 8 "lexicon:import": "bunx prototypey gen-from-json ./src/lexicons ./out/**/*.json", 9 "lexicon:lint": "bun run scripts/lint.ts", 10 "lexicon:publish": "bun run scripts/publish.ts" 11 }, 12 "devDependencies": { 13 "@types/bun": "latest" 14 }, 15 "peerDependencies": { 16 "typescript": "^5.9.3" 17 }, 18 "dependencies": { 19 "@atproto/api": "^0.15.27", 20 "prototypey": "^0.3.8" 21 } 22}