generated from NodeBB/nodebb-plugin-quickstart
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.2 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.2 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "nodebb-plugin-ws-dice",
"version": "3.0.7",
"description": "A dice plugin integrated with topic events",
"main": "library.js",
"scripts": {
"lint": "eslint --fix ."
},
"repository": {
"type": "git",
"url": "https://github.com/Wieloswiat/nodebb-plugin-ws-dice"
},
"keywords": [
"nodebb",
"plugin",
"dice",
"shell",
"timeline"
],
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"lint-staged": {
"*.js": [
"eslint --fix"
]
},
"author": {
"name": "oplik0",
"email": "opliko.reg@protonmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Wieloswiat/nodebb-plugin-ws-dice/issues"
},
"readmeFilename": "README.md",
"nbbpm": {
"compatibility": "^3.0.0"
},
"devDependencies": {
"@commitlint/cli": "17.8.1",
"@commitlint/config-angular": "17.8.1",
"eslint": "8.57.1",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-nodebb": "^0.2.1",
"eslint-plugin-import": "2.31.0",
"husky": "8.0.3",
"lint-staged": "15.5.2"
},
"dependencies": {
"@dice-roller/rpg-dice-roller": "5.5.1",
"expressionparser": "^1.1.5",
"semver": "^7.5.0"
},
"packageManager": "pnpm@8.15.9"
}