-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
71 lines (71 loc) · 1.65 KB
/
package.json
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
62
63
64
65
66
67
68
69
70
71
{
"name": "karma-simple",
"version": "4.0.0",
"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": "vlexar#0001 <[email protected]>",
"license": "CC0-1.0",
"keywords": [
"discord",
"karma",
"bot",
"client",
"node",
"points",
"discordapp"
],
"repository": {
"type": "git",
"url": "git+https://github.com/shikhir-arora/karma-simple.git"
},
"bugs": {
"url": "https://github.com/shikhir-arora/karma-simple/issues"
},
"homepage": "https://karmabot.vlexar.pw",
"engines": {
"node": ">=16.0.0"
},
"scripts": {
"updeps": "ncu -t -u",
"start": "node karma.js"
},
"dependencies": {
"ansi-colors": "^4.1.3",
"better-sqlite-pool": "^0.3.1",
"discord.js": "^14.6.0",
"enmap": "^5.9.2",
"log-timestamp": "^0.3.0",
"moment": "^2.29.4",
"moment-duration-format": "^2.3.2",
"node-gyp": "^9.2.0",
"randomcolor": "^0.6.2",
"snekgist": "github:shikhir-arora/node-gist"
},
"peerDependencies": {
"@discordjs/uws": "^11.149.1",
"bufferutil": "^4.0.6",
"erlpack": "discordapp/erlpack",
"zlib-sync": "^0.1.7"
},
"peerDependenciesMeta": {
"@discordjs/uws": {
"optional": true
},
"bufferutil": {
"optional": true
},
"erlpack": {
"optional": true
},
"zlib-sync": {
"optional": true
}
},
"devDependencies": {
"eslint": "^8.24.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.1",
"standard": "^17.0.0"
}
}