-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
55 lines (55 loc) · 1.41 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "atproto-spam-detector",
"version": "1.0.0",
"main": "src/main.ts",
"scripts": {
"start": "tsx src/main.ts bsky.network",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "EddieOz",
"license": "MIT",
"description": "",
"devDependencies": {
"@eslint/js": "^9.17.0",
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@types/node": "^20.3.1",
"eslint": "^9.17.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"globals": "^15.14.0",
"prettier": "^2.8.8",
"prettier-config-standard": "^5.0.0",
"rimraf": "^5.0.1",
"ts-node": "^10.9.2",
"tsup": "^7.0.0",
"tsx": "^3.12.7",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.2"
},
"dependencies": {
"@atproto/api": "^0.13.22",
"@atproto/common": "^0.2.0",
"@atproto/identity": "^0.4.3",
"@atproto/lexicon": "^0.1.0",
"@ipld/car": "^3.2.3",
"@ipld/dag-cbor": "^7.0.0",
"@skyware/bot": "^0.3.8",
"@skyware/labeler": "^0.2.0",
"atproto-firehose": "^0.2.2",
"cbor": "^9.0.0",
"chalk": "^5.4.1",
"commander": "^12.1.0",
"cron": "^3.3.1",
"dotenv": "^16.4.7",
"fuse.js": "^7.0.0",
"indent-string": "^5.0.0",
"sqlite": "^5.1.1",
"sqlite3": "^5.1.7",
"ws": "^8.13.0"
},
"optionalDependencies": {
"bufferutil": "^4.0.7",
"utf-8-validate": "^6.0.3"
}
}