this repo has no description
0
fork

Configure Feed

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

at main 38 lines 1.1 kB view raw
1{ 2 "name": "whos-eepy", 3 "version": "1.0.0", 4 "description": "eepy girls", 5 "main": "index.js", 6 "repository": "git@github.com:bluesky-social/feed-generator.git", 7 "author": "alice <aliceisjustplaying@gmail.com>", 8 "license": "MIT", 9 "scripts": { 10 "publishFeed": "ts-node scripts/publishFeedGen.ts", 11 "start": "ts-node src/index.ts", 12 "start-prod": "node dist/index.js", 13 "build": "tsc" 14 }, 15 "dependencies": { 16 "@atproto/api": "^0.3.8", 17 "@atproto/did-resolver": "^0.1.0", 18 "@atproto/lexicon": "^0.1.0", 19 "@atproto/repo": "^0.1.0", 20 "@atproto/xrpc-server": "^0.2.0", 21 "dotenv": "^16.0.3", 22 "express": "^4.18.2", 23 "kysely": "^0.22.0", 24 "multiformats": "^9.9.0", 25 "pg": "^8.11.0" 26 }, 27 "devDependencies": { 28 "@flydotio/dockerfile": "^0.2.7", 29 "@types/express": "^4.17.17", 30 "@types/node": "^20.2.5", 31 "@types/pg": "^8.10.1", 32 "@typescript-eslint/eslint-plugin": "^5.59.7", 33 "@typescript-eslint/parser": "^5.59.7", 34 "eslint": "^8.41.0", 35 "ts-node": "^10.9.1", 36 "typescript": "^5.0.4" 37 } 38}