mirror of
https://github.com/snachodog/tok-to-insta-follower-bridge.git
synced 2025-04-04 03:01:25 -06:00
85 lines
2.5 KiB
JSON
85 lines
2.5 KiB
JSON
{
|
|
"name": "sky-follower-bridge",
|
|
"displayName": "Sky Follower Bridge",
|
|
"version": "1.1.0",
|
|
"description": "Instantly find and follow the same users from your Twitter follows on Bluesky.",
|
|
"author": "kawamataryou",
|
|
"scripts": {
|
|
"dev": "plasmo dev",
|
|
"dev:firefox": "plasmo dev --target=firefox-mv3",
|
|
"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 --write --unsafe ./src",
|
|
"check:ci": "npx @biomejs/biome ci ./src",
|
|
"storybook": "storybook dev -p 6006",
|
|
"build-storybook": "storybook build",
|
|
"remove-permissions": "node scripts/remove_web_accessible_resources.js",
|
|
"docs:dev": "vitepress dev docs",
|
|
"docs:build": "vitepress build docs",
|
|
"docs:preview": "vitepress preview docs"
|
|
},
|
|
"dependencies": {
|
|
"@atproto/api": "^0.13.12",
|
|
"@changesets/cli": "^2.27.1",
|
|
"@plasmohq/messaging": "^0.6.2",
|
|
"@plasmohq/storage": "^1.12.0",
|
|
"framer-motion": "^11.11.11",
|
|
"plasmo": "^0.84.2",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"ts-pattern": "^5.0.6",
|
|
"vanjs-core": "^1.2.8",
|
|
"vitepress": "^1.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "1.9.3",
|
|
"@plasmohq/prettier-plugin-sort-imports": "4.0.1",
|
|
"@storybook/addon-essentials": "^7.6.12",
|
|
"@storybook/addon-interactions": "^7.6.12",
|
|
"@storybook/addon-links": "^7.6.12",
|
|
"@storybook/addon-onboarding": "^1.0.11",
|
|
"@storybook/blocks": "^7.6.12",
|
|
"@storybook/react": "^7.6.12",
|
|
"@storybook/react-vite": "^7.6.12",
|
|
"@storybook/test": "^7.6.12",
|
|
"@types/chrome": "0.0.260",
|
|
"@types/node": "20.11.16",
|
|
"@types/react": "18.2.51",
|
|
"@types/react-dom": "18.2.18",
|
|
"autoprefixer": "^10.4.17",
|
|
"daisyui": "^4.6.1",
|
|
"postcss": "^8.4.33",
|
|
"prettier": "3.2.4",
|
|
"storybook": "^7.6.12",
|
|
"tailwindcss": "^3.4.1",
|
|
"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"
|
|
}
|
|
}
|
|
},
|
|
"web_accessible_resources": []
|
|
},
|
|
"volta": {
|
|
"node": "16.20.0"
|
|
}
|
|
}
|