Bump csv-parse from 4.15.3 to 4.15.4 (#35)
[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": {
f4c1d306 14 "csv-parse": "^4.15.4",
7ff5f601 15 "minimist": "^1.2.5",
f3bf6263 16 "node-fetch": "^2.6.1",
d148e550 17 "reflect-metadata": "^0.1.13",
7c6bcbf0 18 "sqlite3": "^5.0.2",
98926a15 19 "typedi": "^0.10.0"
d148e550
AE
20 },
21 "devDependencies": {
7ff5f601 22 "@types/csv-parse": "^1.2.2",
3698617a 23 "@types/minimist": "^1.2.1",
bce84d82 24 "@types/node-fetch": "^2.5.10",
a323b7ed 25 "@types/sqlite3": "^3.1.7",
49bd6907 26 "tslint": "^6.1.3",
6901f4b3 27 "typescript": "^4.2.4"
d148e550
AE
28 }
29}