nodebb-plugin-leaderboard/package.json
Barış Soner Uşaklı 06b0ef4d64 4.0.4
2025-06-09 16:57:24 -04:00

29 lines
667 B
JSON

{
"name": "nodebb-plugin-leaderboard",
"version": "4.0.4",
"description": "Adds a daily/weekly/monthly leaderboard based on reputation",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/NodeBB/nodebb-plugin-leaderboard"
},
"scripts": {
"lint": "eslint .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"nodebb",
"plugin",
"leaderboard"
],
"author": "Baris Usakli <baris@nodebb.org>",
"license": "MIT",
"dependencies": {},
"nbbpm": {
"compatibility": "^4.0.0"
},
"devDependencies": {
"eslint": "9.28.0",
"eslint-config-nodebb": "1.1.7"
}
}