-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.33 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "fab-fetch",
"version": "2.0.0",
"description": "Fetch and archive content from Fab.",
"type": "module",
"scripts": {
"start": "node --loader ts-node/esm src/app.ts",
"typeorm": "typeorm-ts-node-esm"
},
"repository": {
"type": "git",
"url": "git+https://github.com/teamreflex/fab-fetch.git"
},
"author": "Kyle Ward <kairu@team-reflex.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/teamreflex/fab-fetch/issues"
},
"homepage": "https://github.com/teamreflex/fab-fetch#readme",
"dependencies": {
"@types/async-retry": "^1.4.3",
"@types/crypto-js": "^4.1.1",
"@types/luxon": "^2.0.9",
"async-retry": "^1.3.3",
"chalk": "^5.0.0",
"cheerio": "^1.0.0-rc.10",
"crypto-js": "^4.1.1",
"dotenv": "^16.0.0",
"luxon": "^2.3.1",
"node-fetch": "^3.2.0",
"reflect-metadata": "^0.1.13",
"sqlite3": "^5.0.2",
"ts-node": "^10.7.0",
"twitter-api-v2": "^1.11.0",
"typeorm": "0.3.9",
"typescript": "^4.5.5"
},
"devDependencies": {
"@types/node": "^16.11.10",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"eslint": "^8.9.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.4"
}
}