Bump csv-parse from 4.14.1 to 4.14.2 (#23)
[GitHub/WoltLab/blacklist.git] / package.json
CommitLineData
d148e550
AE
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": {
dfe1e329 14 "csv-parse": "^4.14.2",
7ff5f601 15 "minimist": "^1.2.5",
f3bf6263 16 "node-fetch": "^2.6.1",
d148e550 17 "reflect-metadata": "^0.1.13",
fa867cee 18 "sqlite3": "^5.0.0",
d148e550
AE
19 "typedi": "^0.8.0"
20 },
21 "devDependencies": {
7ff5f601 22 "@types/csv-parse": "^1.2.2",
3698617a 23 "@types/minimist": "^1.2.1",
19c99de0 24 "@types/node-fetch": "^2.5.7",
7ff5f601 25 "@types/sqlite3": "^3.1.6",
49bd6907 26 "tslint": "^6.1.3",
c1d69c24 27 "typescript": "^4.1.2"
d148e550
AE
28 }
29}