-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
66 lines (66 loc) · 1.66 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
{
"name": "tamako",
"version": "1.0.3",
"description": "A multipurpose feature rich discord bot",
"main": "./src/index.js",
"engines": {
"node": ">=16"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./src/index.js",
"lint": "eslint .",
"lint:fix": "eslint --fix ."
},
"repository": "git+https://github.com/Tamako-Tech/Tamako.git",
"keywords": [
"discord",
"discord-bot",
"discord-js-v13",
"tamako-bot",
"tamako"
],
"author": "BearTS",
"license": "SEE LICENSE IN LICENSE.md",
"bugs": {
"url": "https://github.com/Tamako-Tech/Tamako/issues"
},
"homepage": "https://github.com/Tamako-Tech/Tamako#readme",
"packageManager": "yarn@3.1.1",
"dependencies": {
"animequotes": "^2.0.0",
"canvas": "^2.9.1",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.10",
"child_process": "^1.0.2",
"cli-box": "^6.0.10",
"common-tags": "^1.8.2",
"discord-hybrid-sharding": "1.4.6",
"discord.js": "^13.6.0",
"dotenv": "^16.0.0",
"eslint": "^8.10.0",
"fs": "^0.0.1-security",
"glob": "^7.2.0",
"he": "^1.2.0",
"html-entities": "^2.3.2",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"moment-duration-format": "^2.3.2",
"moment-timezone": "^0.5.34",
"mongoose": "^5.11.8",
"nekos.life": "^2.0.9",
"node-fetch": "^2.6.1",
"node-kitsu": "^1.1.1",
"node-superfetch": "^0.2.3",
"path": "^0.12.7",
"quick.db": "^7.1.3",
"random-js": "^2.1.0",
"require-text": "^0.0.1",
"shoukaku": "^2.1.5",
"tesseract.js": "^2.1.5",
"valid-url": "^1.0.9"
},
"devDependencies": {
"eslint": "^8.6.0"
}
}