29 wiersze
688 B
JSON
29 wiersze
688 B
JSON
{
|
|
"name": "xtweet",
|
|
"version": "1.0.0",
|
|
"description": "Cross tweet from Mastodon",
|
|
"main": "main.js",
|
|
"scripts": {},
|
|
"bin": {
|
|
"xtweet": "app.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.lattuga.net/ekardnam/XTweet.git"
|
|
},
|
|
"bugs": {
|
|
"email": "ekardnam@autistici.org",
|
|
"url": "https://git.lattuga.net/ekardnam/XTweet/issues"
|
|
},
|
|
"author": "ekardnam <ekardnam@autistici.org>",
|
|
"license": "AGPL-3.0-or-later",
|
|
"dependencies": {
|
|
"express": "^4.17.1",
|
|
"express-session": "^1.16.2",
|
|
"mastodon": "^1.2.2",
|
|
"mime-types": "^2.1.24",
|
|
"passport": "^0.4.0",
|
|
"passport-twitter": "^1.0.4",
|
|
"twit": "^2.2.11"
|
|
}
|
|
}
|