basic notification system for atproto stuff using ntfy
1{
2 "name": "atproto-basic-notifications",
3 "version": "0.1.0",
4 "description": "a basic notification system for atproto stuff",
5 "author": {
6 "name": "aylac",
7 "url": "https://aylac.top"
8 },
9 "license": "MIT",
10 "scripts": {
11 "build": "npm install && tsc",
12 "start": "node dist/index.js",
13 "dev": "tsc && npm run start"
14 },
15 "bin": {
16 "atproto-basic-notifications": "dist/index.js"
17 },
18 "devDependencies": {
19 "@types/node": "^24.3.1",
20 "typescript": "^5.5.3"
21 },
22 "dependencies": {
23 "@atcute/atproto": "^3.1.3",
24 "@atcute/bluesky": "^3.2.2",
25 "@atcute/client": "^4.0.3",
26 "@atcute/identity-resolver": "^1.1.3",
27 "@atcute/jetstream": "^1.1.0",
28 "@atcute/lexicons": "^1.1.1",
29 "@atcute/tangled": "^1.0.5"
30 }
31}