Bump sqlite3 from 5.1.5 to 5.1.6 (#89)
[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": {
18816518 14 "csv-parse": "^4.16.3",
6032830b 15 "minimist": "^1.2.8",
05aed220 16 "node-fetch": "^2.6.7",
d148e550 17 "reflect-metadata": "^0.1.13",
ecafcdd3 18 "sqlite3": "^5.1.6",
98926a15 19 "typedi": "^0.10.0"
d148e550
AE
20 },
21 "devDependencies": {
7ff5f601 22 "@types/csv-parse": "^1.2.2",
91c55e2f 23 "@types/minimist": "^1.2.2",
7cdeb0b5 24 "@types/node-fetch": "^2.5.12",
1119fd9f 25 "@types/sqlite3": "^3.1.8",
49bd6907 26 "tslint": "^6.1.3",
3070bec7 27 "typescript": "^5.0.2"
d148e550
AE
28 }
29}