usenet-indexer/package.json
2026-05-27 07:31:40 +02:00

26 lines
563 B
JSON

{
"name": "usenet-indexer",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bullmq": "^5.77.3",
"dotenv": "^16.3.1",
"ioredis": "^5.3.2",
"log4js": "^6.9.1",
"nntp-js": "^1.0.4",
"node-unrar-js": "^2.0.0",
"sqlite": "^5.1.1",
"sqlite3": "^6.0.1",
"xmlbuilder2": "^3.1.1",
"yencode": "^1.0.1"
}
}