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": "ui-code",
3 "private": true,
4 "version": "0.0.0",
5 "type": "module",
6 "scripts": {
7 "dev": "vite",
8 "build": "vite build",
9 "build:watch": "vite build -w",
10 "preview": "vite preview",
11 "lint": "eslint src --ext .js",
12 "lint:fix": "eslint src --ext .js --fix"
13 },
14 "devDependencies": {
15 "eslint": "^9.34.0",
16 "eslint-plugin-import": "^2.32.0",
17 "vite": "^7.1.7"
18 },
19 "dependencies": {
20 "@atcute/cbor": "^2.2.7",
21 "@atcute/client": "^4.0.4",
22 "@atcute/crypto": "^2.2.5",
23 "@atcute/did-plc": "^0.1.7",
24 "@atcute/identity-resolver": "^1.1.3",
25 "@atcute/multibase": "^1.1.6",
26 "@atproto/api": "^0.16.7",
27 "alpinejs": "^3.15.0",
28 "vite-plugin-full-reload": "^1.2.0",
29 "vite-rs-plugin": "1.0.1"
30 }
31}