-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 917 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
{
"name": "Kiri",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ."
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"node": "^16.11.1"
},
"dependencies": {
"@iamtraction/google-translate": "^1.1.2",
"axios": "^0.23.0",
"canvacord": "^5.2.3",
"discord-player": "^5.1.0",
"discord.js": "^13.2.0",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"glob": "^7.2.0",
"moment": "^2.29.1",
"mongoose": "^6.2.10",
"moongose": "^1.0.0",
"ms": "^2.1.3",
"node-fetch": "^2.6.1",
"quick.db": "^7.1.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/losier/Kiri.git"
},
"bugs": {
"url": "https://github.com/losier/Kiri/issues"
},
"homepage": "https://github.com/losier/Kiri#readme",
"description": ""
}