forked from notjuliet/pronouns-bsky
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 962 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "sortignhat-bsky",
"version": "1.0.0",
"type": "module",
"scripts": {
"start": "npx tsx src/main.ts",
"dev": "npx tsx --watch src/main.ts"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/better-sqlite3": "^7.6.11",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.8.6",
"@types/ws": "^8.5.12",
"@types/express": "^4.17.21",
"eslint": "^9.13.0",
"prettier": "^3.3.3",
"typescript": "^5.6.3",
"typescript-eslint": "^8.12.2"
},
"dependencies": {
"@ai-sdk/anthropic": "^0.0.53",
"@ai-sdk/openai": "^0.0.70",
"@atproto/api": "^0.13.14",
"@skyware/jetstream": "^0.2.0",
"@skyware/labeler": "^0.1.13",
"ai": "^3.4.31",
"canvas": "^2.11.2",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"pino": "^9.5.0",
"pino-pretty": "^11.3.0",
"prom-client": "^15.1.3",
"zod": "^3.23.8"
}
}