notification manager for bsky
1{
2 "name": "noti",
3 "version": "0.0.0",
4 "private": true,
5 "type": "module",
6 "scripts": {
7 "dev": "bun --watch src/server.ts",
8 "start": "bun src/server.ts",
9 "check": "tsc --noEmit",
10 "lint": "biome lint src scripts",
11 "lint:fix": "biome check --write src scripts"
12 },
13 "dependencies": {
14 "@anthropic-ai/sdk": "^0.89.0",
15 "@atproto/api": "^0.19.8",
16 "quickjs-emscripten": "^0.32.0"
17 },
18 "devDependencies": {
19 "@biomejs/biome": "^2.4.12",
20 "@types/bun": "^1.3.12",
21 "typescript": "^6.0.2"
22 }
23}