-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
43 lines (43 loc) · 1008 Bytes
/
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
{
"name": "tamako",
"version": "3.0.0",
"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"
},
"repository": "git+https://github.com/BearTS/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/BearTS/Tamako/issues"
},
"homepage": "https://github.com/BearTS/Tamako#readme",
"packageManager": "[email protected]",
"dependencies": {
"canvas": "^2.8.0",
"chalk": "^4.1.2",
"discord.js": "^13.6.0",
"dotenv": "^10.0.0",
"fetch": "^1.1.0",
"fs": "^0.0.1-security",
"glob": "^7.2.0",
"mongoose": "^6.2.4",
"nodeactyl": "^3.2.2",
"quick.db": "^7.1.3"
},
"devDependencies": {
"eslint": "^8.6.0"
}
}