Bump @types/node-fetch from 2.5.8 to 2.5.10 (#34)
[GitHub/WoltLab/blacklist.git] / package.json
1 {
2 "name": "blacklist",
3 "version": "5.2.0",
4 "description": "Reads and processes the data from stopforumspam.com, optimizing it for efficient delta upgrades.",
5 "main": "dist/index.js",
6 "scripts": {
7 "build": "tsc -w",
8 "lint": "tslint -c tslint.json -p tsconfig.json",
9 "test": "echo \"Error: no test specified\" && exit 1"
10 },
11 "author": "Alexander Ebert",
12 "license": "LGPL-2.1-or-later",
13 "dependencies": {
14 "csv-parse": "^4.15.3",
15 "minimist": "^1.2.5",
16 "node-fetch": "^2.6.1",
17 "reflect-metadata": "^0.1.13",
18 "sqlite3": "^5.0.2",
19 "typedi": "^0.10.0"
20 },
21 "devDependencies": {
22 "@types/csv-parse": "^1.2.2",
23 "@types/minimist": "^1.2.1",
24 "@types/node-fetch": "^2.5.10",
25 "@types/sqlite3": "^3.1.7",
26 "tslint": "^6.1.3",
27 "typescript": "^4.2.4"
28 }
29 }