ATlast — you'll never need to find your favorites on another platform again. Find your favs in the ATmosphere.
atproto
1{ 2 "name": "@atlast/extension", 3 "version": "1.0.0", 4 "description": "ATlast Importer - Browser extension for importing follows from Twitter/X and other platforms", 5 "private": true, 6 "type": "module", 7 "scripts": { 8 "build": "node build.js", 9 "dev": "node build.js --watch", 10 "package:chrome": "cd dist/chrome && zip -r ../chrome.zip ." 11 }, 12 "dependencies": { 13 "@atlast/shared": "workspace:*" 14 }, 15 "devDependencies": { 16 "@types/chrome": "^0.0.256", 17 "esbuild": "^0.19.11", 18 "typescript": "^5.3.3" 19 } 20}