-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
40 lines (40 loc) · 1.03 KB
/
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
38
39
40
{
"name": "simplemod",
"version": "1.0.0",
"description": "",
"main": "lib/index.ts",
"scripts": {
"start": "RECORD_ALL=true nodemon --exec 'tsx --require dotenv/config lib/index.ts'"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@atproto/api": "^0.12.9",
"@atproto/bsky": "^0.0.51",
"@atproto/lexicon": "^0.4.0",
"@atproto/ozone": "^0.1.1",
"@atproto/repo": "^0.4.0",
"@atproto/xrpc-server": "^0.4.3",
"@huggingface/inference": "^2.6.4",
"@types/better-sqlite3": "^7.6.10",
"@types/csv-write-stream": "^2.0.3",
"@types/node": "^20.11.24",
"@xenova/transformers": "^2.17.1",
"bee-queue": "^1.7.1",
"better-sqlite3": "^9.4.3",
"bull-arena": "^4.2.0",
"csv-write-stream": "^2.0.0",
"dotenv": "^16.4.5",
"execa": "^8.0.1",
"forever": "^4.0.3",
"kysely": "^0.27.2",
"onnxruntime-node": "^1.17.0",
"p-queue": "^8.0.1",
"tsx": "^4.7.1",
"typescript": "^5.3.3"
},
"devDependencies": {
"glob": "^10.3.10"
}
}