-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 764 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 764 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "nodebb-plugin-internalnotes",
"version": "1.2.0",
"description": "Add internal staff notes and assignees to topics in NodeBB. Notes are only visible to privileged users (moderators/admins).",
"main": "library.js",
"author": "BrutalBirdie",
"repository": {
"type": "git",
"url": "https://github.com/BrutalBirdie/nodebb-plugin-internalnotes"
},
"scripts": {
"lint": "eslint ."
},
"devDependencies": {
"eslint": "^9.0.0"
},
"keywords": [
"nodebb",
"plugin",
"internal-notes",
"staff-notes",
"topic-assign",
"moderation"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/BrutalBirdie/nodebb-plugin-internalnotes/issues"
},
"nbbpm": {
"compatibility": "^4.10.0"
}
}