-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.15 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.15 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
{
"name": "content-review-log",
"version": "1.1.6",
"description": "Logs changes to review status of scripts on a Fandom wiki.",
"keywords": [
"wikia",
"fandom",
"discord",
"webhook"
],
"license": "GPL-3.0-or-later",
"author": {
"name": "KockaAdmiralac",
"email": "git@kocka.tech",
"url": "https://kocka.tech"
},
"contributors": [],
"main": "main.js",
"scripts": {
"config": "node config.js",
"start": "node main.js",
"update": "git pull origin master"
},
"repository": {
"type": "git",
"url": "https://github.com/WikiaUsers/ContentReviewLog.git"
},
"dependencies": {
"discord.js": "14.18.0",
"got": "14.4.6",
"node-html-parser": "7.0.1",
"tough-cookie": "5.1.2"
},
"devDependencies": {
"@eslint/compat": "^1.2.3",
"eslint": "9.22.0",
"eslint-plugin-jsdoc": "^50.5.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^7.1.0",
"globals": "^15.12.0"
},
"engines": {
"node": "22.x"
},
"type": "module"
}