This repository was archived by the owner on Apr 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.35 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.35 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
{
"name": "cop",
"version": "0.1.4",
"description": "ok cop. The minimalistic auto-moderation Discord bot. ™",
"main": "dist/index.js",
"scripts": {
"build": "node_modules/.bin/tsc",
"watch": "node_modules/.bin/tsc --watch",
"start": "node dist/index.js",
"update-tlds": "node scripts/updateTLDs.js"
},
"repository": "cAttte/cop",
"keywords": [
"discord",
"moderation",
"bot",
"moderation-bot",
"automod"
],
"author": "catte_",
"license": "MIT",
"bugs": "https://github.com/cAttte/cop/issues",
"homepage": "https://github.com/cAttte/cop#readme",
"devDependencies": {
"@types/node-fetch": "^2.5.7",
"@types/string-pixel-width": "^1.7.1",
"@types/twemoji-parser": "^12.1.0",
"typescript": "^4.1.3"
},
"dependencies": {
"chalk": "^4.1.0",
"discord-markdown": "^2.4.1",
"discord.js": "^12.5.1",
"fanum": "^1.0.0",
"joi": "^17.2.1",
"node-fetch": "^2.6.1",
"parse-duration": "^0.4.4",
"sequelize": "^6.3.5",
"sqlite3": "^5.0.1",
"string-pixel-width": "^1.10.0",
"strip-ansi": "^6.0.0",
"twemoji-parser": "^13.0.0",
"winston": "^3.3.3",
"winston-daily-rotate-file": "^4.5.0",
"yaml": "^1.10.0"
}
}