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 "name": "pds-moover",
3 "private": true,
4 "version": "0.0.0",
5 "type": "module",
6 "scripts": {
7 "dev": "vite",
8 "build": "vite build",
9 "preview": "vite preview",
10 "lint": "eslint src --ext .js",
11 "lint:fix": "eslint src --ext .js --fix"
12 },
13 "devDependencies": {
14 "eslint": "^9.34.0",
15 "eslint-plugin-import": "^2.32.0",
16 "vite": "^7.1.4"
17 },
18 "dependencies": {
19 "@atcute/identity-resolver": "^1.1.3",
20 "@atproto/api": "^0.16.7"
21 }
22}