forked from shikhir-arora/karma-simple
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.61 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.61 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
60
61
{
"name": "duckbot2",
"version": "2.0.2",
"description": "A simple, lightweight utility to award positive or negative Karma to any user/keyword. Adapted from IRC with a fresh approach.",
"main": "karma.js",
"author": ".MsftDuck#0001 <richilds@microsoft.com>",
"license": "CC0-1.0",
"keywords": [
"discord",
"karma",
"bot",
"client",
"node",
"points",
"discordapp"
],
"repository": {
"type": "git",
"url": "git+https://github.com/winadminsdotorg/DuckBot2.0.git"
},
"bugs": {
"url": "https://github.com/winadminsdotorg/DuckBot2.0/issues"
},
"homepage": "https://winadmins.org",
"engines": {
"node": ">=11.0.0"
},
"scripts": {
"eslint": "eslint --fix karma.js Ratelimiter.js",
"standard": "standard --fix karma.js Ratelimter.js",
"updeps": "ncu -t -u -x enmap",
"start": "node karma.js"
},
"dependencies": {
"ansi-colors": "^4.1.1",
"axios": "^0.19.0",
"discord.js": "discordjs/discord.js",
"enmap": "^3.x.x",
"enmap-mongo": "shikhir-arora/enmap-mongo",
"log-timestamp": "^0.3.0",
"moment": "^2.24.0",
"moment-duration-format": "^2.3.2",
"mongodb": "^3.3.1",
"randomcolor": "^0.5.4",
"snekgist": "shikhir-arora/node-gist"
},
"peerDependencies": {
"@discordjs/uws": "^11.149.1",
"bufferutil": "^4.0.1",
"erlpack": "discordapp/erlpack",
"zlib-sync": "^0.1.5"
},
"devDependencies": {
"eslint": "^6.2.2",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"standard": "^14.0.2"
}
}