Import all tweets exported from X/Twitter to a Bluesky account.
1{
2 "name": "twittertobluesky",
3 "version": "0.16.0",
4 "description": "Import tweet archive to a Bluesky account",
5 "main": "app.js",
6 "engines": {
7 "node": ">=22.14.0"
8 },
9 "scripts": {
10 "start": "npx tsc && node app.js",
11 "start_log": "npx tsc && node app.js >> import.log",
12 "compile": "npx tsc"
13 },
14 "author": "",
15 "license": "ISC",
16 "dependencies": {
17 "@atproto/api": "^0.16.1",
18 "cheerio": "^1.1.2",
19 "dotenv": "^16.4.5",
20 "exiftool-vendored": "^29.0.0",
21 "follow-redirects": "^1.15.6",
22 "he": "^1.2.0",
23 "node-fetch": "^3.3.2",
24 "oembetter": "1.1.4",
25 "process": "^0.11.10",
26 "sharp": "^0.33.5",
27 "typescript": "^5.6.3",
28 "urijs": "^1.19.11",
29 "yargs": "17.7.2"
30 },
31 "devDependencies": {
32 "@types/follow-redirects": "^1.14.4",
33 "@types/he": "^1.2.3",
34 "@types/node": "^20.16.12",
35 "@types/urijs": "^1.19.25"
36 }
37}