{ "name": "@my/feed-generator", "private": true, "version": "0.0.0", "description": "atproto feed generator starter kit", "repository": "git@github.com:bluesky-social/feed-generator.git", "author": "dholms ", "license": "MIT", "scripts": { "publishFeed": "ts-node scripts/publishFeedGen.ts", "unpublishFeed": "ts-node scripts/unpublishFeedGen.ts", "start": "ts-node -r tsconfig-paths/register src/index.ts", "build": "echo 'TODO tsc --config tsconfig.build.json'", "fmt": "prettier -w ./src ./scripts" }, "dependencies": { "@my/lexicon": "^0.1.0", "@atproto/api": "^0.13.28", "@atproto/identity": "^0.4.7", "@atproto/lexicon": "^0.4.10", "@atproto/repo": "^0.8.0", "@atproto/syntax": "^0.4.0", "@atproto/xrpc-server": "^0.7.15", "better-sqlite3": "^11.9.1", "dotenv": "^16.5.0", "express": "^5.1.0", "kysely": "^0.27.6", "multiformats": "^13.3.2" }, "devDependencies": { "@types/better-sqlite3": "^7.6.13", "@types/express": "^5.0.1", "@types/node": "^22.14.1", "inquirer": "^12.5.2", "ts-node": "^10.9.1", "typescript": "^5.8.3" }, "engines": { "node": ">= 22" } }