Script that has 50% chance of unfollowing a non-mutual
1{
2 "name": "thanossnap",
3 "version": "1.0.0",
4 "description": "",
5 "repository": {
6 "type": "git",
7 "url": "git@tangled.sh:modamo.xyz/thanosSnap"
8 },
9 "license": "ISC",
10 "author": "",
11 "type": "module",
12 "main": "index.ts",
13 "scripts": {
14 "test": "echo \"Error: no test specified\" && exit 1"
15 },
16 "dependencies": {
17 "@atproto/api": "^0.17.7",
18 "dotenv": "^17.2.3"
19 },
20 "devDependencies": {
21 "@types/node": "^24.9.2",
22 "ts-node": "^10.9.2",
23 "typescript": "^5.9.3"
24 }
25}