2023-08-18 21:43:20 +09:00

54 lines
1.4 KiB
JSON

{
"name": "sky-follower-bridge",
"displayName": "Sky Follower Bridge",
"version": "0.2.1",
"description": "Instantly find and follow the same users from your Twitter follower 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",
"@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.28",
"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"
}
}
},
"volta": {
"node": "16.20.0"
}
}