Bump @types/minimist from 1.2.2 to 1.2.3 (#101)
[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": {
510b97a0 14 "csv-parse": "^5.4.0",
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": {
6340bb7c 22 "@types/minimist": "^1.2.3",
7cdeb0b5 23 "@types/node-fetch": "^2.5.12",
cbc2f1fb 24 "@types/sqlite3": "^3.1.9",
49bd6907 25 "tslint": "^6.1.3",
6e63fc9b 26 "typescript": "^5.2.2"
d148e550
AE
27 }
28}