-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 1022 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
25
26
27
28
29
30
31
32
33
34
{
"dependencies": {
"axios": "^1.4.0",
"axios-rate-limit": "^1.3.0",
"axios-retry": "^3.5.1",
"node-sqlite3": "github:a-was/node-sqlite3",
"pino": "^8.14.1",
"pino-pretty": "^10.0.0",
"sqlite3": "^5.1.6",
"yaml": "^2.3.1"
},
"name": "masto-backfill",
"description": "This tool fetches posts from Mastodon (or Mastodon-compatible) instances and uses the search endpoint to make your instance fetch them, making them searchable and fixing incomplete user pages.",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AdamK2003/masto-backfill.git"
},
"keywords": [
"mastodon",
"fediverse"
],
"author": "AdamK2003",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/AdamK2003/masto-backfill/issues"
},
"homepage": "https://github.com/AdamK2003/masto-backfill#readme"
}