{ "name": "atproto-basic-notifications", "version": "0.1.0", "description": "a basic notification system for atproto stuff", "author": { "name": "aylac", "url": "https://aylac.top" }, "license": "MIT", "scripts": { "build": "npm install && tsc", "start": "node dist/index.js", "dev": "tsc && npm run start" }, "bin": { "atproto-basic-notifications": "dist/index.js" }, "devDependencies": { "@types/node": "^24.3.1", "typescript": "^5.5.3" }, "dependencies": { "@atcute/atproto": "^3.1.3", "@atcute/bluesky": "^3.2.2", "@atcute/client": "^4.0.3", "@atcute/identity-resolver": "^1.1.3", "@atcute/jetstream": "^1.1.0", "@atcute/lexicons": "^1.1.1", "@atcute/tangled": "^1.0.5" } }