{ "name": "sky-follower-bridge", "displayName": "Sky Follower Bridge", "version": "0.7.5", "description": "Instantly find and follow the same users from your Twitter follows on Bluesky.", "author": "kawamataryou", "scripts": { "dev": "plasmo dev", "build": "plasmo build", "build:firefox": "plasmo build --target=firefox-mv3", "package": "plasmo package", "package:firefox": "plasmo package --target=firefox-mv3", "run-client": "ts-node --project tsconfig.script.json scripts/client.ts", "check": "npx @biomejs/biome check --apply-unsafe ./src" }, "dependencies": { "@atproto/api": "^0.7.4", "@changesets/cli": "^2.27.1", "@plasmohq/messaging": "^0.6.1", "@plasmohq/storage": "^1.9.0", "plasmo": "^0.84.0", "react": "18.2.0", "react-dom": "18.2.0", "ts-pattern": "^5.0.6", "vanjs-core": "^1.2.7" }, "devDependencies": { "@biomejs/biome": "1.5.1", "@plasmohq/prettier-plugin-sort-imports": "4.0.1", "@types/chrome": "0.0.254", "@types/node": "20.10.6", "@types/react": "18.2.46", "@types/react-dom": "18.2.18", "autoprefixer": "^10.4.16", "daisyui": "^4.4.24", "postcss": "^8.4.32", "prettier": "3.1.1", "tailwindcss": "^3.4.0", "typescript": "5.3.3" }, "manifest": { "host_permissions": [ "https://bsky.social/*", "https://twitter.com/*", "https://x.com/*" ], "browser_specific_settings": { "gecko": { "id": "sky-follower-bridge@ryo.kawamata" } }, "commands": { "_execute_action": { "suggested_key": { "default": "Alt+B", "mac": "Alt+B" } } } }, "volta": { "node": "16.20.0" } }