tangled
alpha
login
or
join now
skywatch.blue
/
skywatch-automod
7
fork
atom
A tool for parsing traffic on the jetstream and applying a moderation workstream based on regexp based rules
7
fork
atom
overview
issues
pulls
pipelines
Update package.json
D. Scarnecchia
9 months ago
022ec8dc
878b06f4
+8
-8
1 changed file
expand all
collapse all
unified
split
package.json
+8
-8
package.json
···
1
1
{
2
2
-
"name": "skywatch-tools",
3
3
-
"version": "1.1.0",
2
2
+
"name": "skywatch-automod",
3
3
+
"version": "1.2.0",
4
4
"type": "module",
5
5
"scripts": {
6
6
"start": "npx tsx src/main.ts",
···
14
14
"*": "prettier --ignore-unknown --write"
15
15
},
16
16
"devDependencies": {
17
17
-
"@eslint/js": "^9.25.1",
17
17
+
"@eslint/js": "^9.29.0",
18
18
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
19
19
"@types/better-sqlite3": "^7.6.13",
20
20
"@types/eslint__js": "^8.42.3",
21
21
-
"@types/express": "^4.17.21",
22
22
-
"@types/node": "^22.15.3",
23
23
-
"eslint": "^9.25.1",
21
21
+
"@types/express": "^4.17.23",
22
22
+
"@types/node": "^22.15.32",
23
23
+
"eslint": "^9.29.0",
24
24
"prettier": "^3.5.3",
25
25
-
"tsx": "^4.19.4",
25
25
+
"tsx": "^4.20.3",
26
26
"typescript": "^5.8.3",
27
27
-
"typescript-eslint": "^8.31.1"
27
27
+
"typescript-eslint": "^8.34.1"
28
28
},
29
29
"dependencies": {
30
30
"@atproto/api": "^0.13.35",