Client side atproto account migrator in your web browser, along with services for backups and adversarial migrations. pdsmoover.com
pds atproto migrations moo cow
at main 25 lines 562 B view raw
1{ 2 "compilerOptions": { 3 "outDir": "dist/", 4 "esModuleInterop": true, 5 "skipLibCheck": true, 6 "target": "ESNext", 7 "allowJs": true, 8 "resolveJsonModule": true, 9 "moduleDetection": "force", 10 "isolatedModules": true, 11 "verbatimModuleSyntax": true, 12 "strict": true, 13 "noImplicitOverride": true, 14 "noUnusedLocals": true, 15 "noUnusedParameters": true, 16 "noFallthroughCasesInSwitch": true, 17 "module": "NodeNext", 18 "sourceMap": true, 19 "declaration": true, 20 "declarationMap": true 21 }, 22 "include": [ 23 "lib" 24 ] 25}