this repo has no description
0
fork

Configure Feed

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

at main 25 lines 543 B view raw
1{ 2 "name": "bluesky-starter-kit", 3 "version": "1.0.0", 4 "description": "", 5 "main": "index.js", 6 "scripts": { 7 "start": "ts-node-esm index.ts" 8 }, 9 "keywords": [], 10 "author": "", 11 "type": "module", 12 "license": "ISC", 13 "dependencies": { 14 "@atproto/api": "^0.2.7", 15 "dotenv": "^16.0.3" 16 }, 17 "devDependencies": { 18 "@types/node": "^18.15.11", 19 "@typescript-eslint/eslint-plugin": "^5.58.0", 20 "@typescript-eslint/parser": "^5.58.0", 21 "eslint": "^8.38.0", 22 "prettier": "^2.8.7", 23 "typescript": "^5.0.4" 24 } 25}