Client side atproto account migrator in your web browser, along with services for backups and adversarial migrations.
pdsmoover.com
pds
atproto
migrations
moo
cow
1{
2 "include": ["lib/**/*"],
3 "exclude": ["node_modules", "dist", "types"],
4 "compilerOptions": {
5 "allowJs": true,
6 "checkJs": false,
7 "declaration": true,
8 "emitDeclarationOnly": true,
9 "declarationMap": true,
10 "outDir": "types",
11 // or use "declarationDir": "types"
12
13 "target": "ES2022",
14 "lib": ["ES2022"],
15 // add "DOM" if you use browser APIs
16 "skipLibCheck": true,
17 "module": "ESNext",
18 "moduleResolution": "Bundler",
19 // or "NodeNext" depending on your setup
20 "rootDir": "lib"
21 }
22}