atproto user agency toolkit for individuals and groups
8
fork

Configure Feed

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

at 600186bf4511224f6092d697c449b99234ab368c 45 lines 1.1 kB view raw
1{ 2 "name": "p2pds", 3 "version": "0.1.0", 4 "description": "AT Protocol Personal Data Server with P2P capabilities", 5 "type": "module", 6 "main": "dist/server.js", 7 "scripts": { 8 "dev": "tsx watch src/server.ts", 9 "build": "tsc", 10 "start": "node dist/server.js", 11 "test": "vitest run" 12 }, 13 "dependencies": { 14 "@atcute/atproto": "^3.1.10", 15 "@atcute/bluesky": "^3.2.14", 16 "@atcute/cbor": "^2.2.8", 17 "@atcute/cid": "^2.3.0", 18 "@atcute/client": "^4.2.0", 19 "@atcute/identity": "^1.1.3", 20 "@atcute/identity-resolver": "^1.2.2", 21 "@atcute/lexicons": "^1.2.6", 22 "@atcute/tid": "^1.1.1", 23 "@atproto/crypto": "^0.4.5", 24 "@atproto/lex-cbor": "^0.0.3", 25 "@atproto/lex-data": "^0.0.3", 26 "@atproto/lex-json": "^0.0.11", 27 "@atproto/repo": "^0.8.12", 28 "@hono/node-server": "^1.13.8", 29 "bcryptjs": "^3.0.3", 30 "better-sqlite3": "^11.8.1", 31 "hono": "^4.11.3", 32 "jose": "^6.1.3", 33 "picocolors": "^1.1.1", 34 "ws": "^8.18.3" 35 }, 36 "devDependencies": { 37 "@types/bcryptjs": "^3.0.0", 38 "@types/better-sqlite3": "^7.6.12", 39 "@types/ws": "^8.18.1", 40 "tsx": "^4.21.0", 41 "typescript": "^5.9.3", 42 "vitest": "^3.0.0" 43 }, 44 "license": "MIT" 45}