nodebb-rewards-essentials
Version:
Essential Rewards Starter Pack for NodeBB
37 lines (36 loc) • 805 B
JSON
{
"name": "nodebb-rewards-essentials",
"version": "1.0.2",
"description": "Essential Rewards Starter Pack for NodeBB",
"main": "library.js",
"repository": {
"type": "git",
"url": "https://github.com/psychobunny/nodebb-rewards-essentials"
},
"scripts": {
"lint": "eslint ."
},
"keywords": [
"nodebb",
"plugin",
"rewards",
"conditions"
],
"author": {
"name": "psychobunny",
"email": "psycho.bunny@hotmail.com"
},
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/psychobunny/nodebb-rewards-essentials/issues"
},
"readmeFilename": "README.md",
"nbbpm": {
"compatibility": "^4.0.0"
},
"devDependencies": {
"eslint": "^9.25.1",
"eslint-config-nodebb": "^1.1.4",
"eslint-plugin-import": "^2.31.0"
}
}