forked from FGRibreau/import-tweets-to-mastodon
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
24 lines (24 loc) · 715 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "import-tweets-to-mastodon",
"version": "2.0.0",
"description": "Imports Twitter tweets to Mastodon CLI",
"main": "import.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/FGRibreau/import-tweets-to-mastodon.git"
},
"author": "Francois-Guillaume Ribreau <[email protected]> (http://fgribreau.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/FGRibreau/import-tweets-to-mastodon/issues"
},
"homepage": "https://github.com/FGRibreau/import-tweets-to-mastodon#readme",
"dependencies": {
"axios": "^0.19.0",
"common-env": "^6.3.0",
"form-data": "^4.0.0",
"moment": "^2.29.4",
"progressbar": "^1.3.0"
}
}