-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
45 lines (45 loc) · 1.13 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
{
"name": "yatogami",
"version": "1.8.3",
"description": "Yatogami, a simple discord bot to use written in discord.js",
"main": "index.js",
"scripts": {
"start": "node .",
"test": "npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SharifPoetra/yatogami.git"
},
"keywords": [
"discord-bot"
],
"author": "Sharif",
"license": "MIT",
"bugs": {
"url": "https://github.com/SharifPoetra/yatogami/issues"
},
"homepage": "https://github.com/SharifPoetra/yatogami#readme",
"dependencies": {
"canvas": "github:Automattic/node-canvas",
"canvas-constructor": "github:kyranet/canvasConstructor",
"common-tags": "^1.8.0",
"cpu-stat": "^2.0.1",
"discord-economy": "^1.1.4",
"discord-leveling": "^1.0.0",
"discord.js": "^11.6.4",
"dotenv": "^8.2.0",
"fs": "0.0.1-security",
"moment": "^2.22.2",
"moment-duration-format": "^2.2.2",
"node-kitsu": "^1.1.1",
"node-superfetch": "^0.1.9",
"osunext-sig": "^1.0.3",
"parse-ms": "^2.0.0",
"quick.db": "^7.0.0-b16"
},
"engines": {
"node": "12.x"
},
"devDependencies": {}
}