mirror of
https://github.com/snachodog/tok-to-insta-follower-bridge.git
synced 2025-04-09 13:41:23 -06:00
Fix typos and improve wordings in README.md and CONTRIBUTING.md. Additionally the `.idea` folder is added to .gitignore, to prevent WebStorm's temp files from being uploaded.
63 lines
1.6 KiB
JSON
63 lines
1.6 KiB
JSON
{
|
|
"name": "sky-follower-bridge",
|
|
"displayName": "Sky Follower Bridge",
|
|
"version": "0.6.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"
|
|
},
|
|
"dependencies": {
|
|
"@atproto/api": "^0.6.4",
|
|
"@changesets/cli": "^2.26.2",
|
|
"@plasmohq/messaging": "^0.5.0",
|
|
"@plasmohq/storage": "^1.7.2",
|
|
"plasmo": "^0.82.1",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"ts-pattern": "^5.0.5",
|
|
"vanjs-core": "^1.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@plasmohq/prettier-plugin-sort-imports": "4.0.1",
|
|
"@types/chrome": "0.0.243",
|
|
"@types/node": "20.5.0",
|
|
"@types/react": "18.2.20",
|
|
"@types/react-dom": "18.2.7",
|
|
"autoprefixer": "^10.4.15",
|
|
"daisyui": "^3.5.1",
|
|
"postcss": "^8.4.31",
|
|
"prettier": "3.0.2",
|
|
"tailwindcss": "^3.3.3",
|
|
"typescript": "5.1.6"
|
|
},
|
|
"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"
|
|
}
|
|
}
|