-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
44 lines (44 loc) · 1.08 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
{
"name": "Naga",
"version": "2.0.0",
"description": "Discord bot",
"main": "index.js",
"dependencies": {
"animequote": "^1.1.1",
"axios": "^0.27.2",
"axoncore": "git+https://github.com/sodacova/AxonCore.git",
"canvas": "^2.9.3",
"davie-eris-embed": "^1.0.3",
"dotenv": "^16.0.3",
"eris": "CaptainM777/eris",
"eris-pagination": "github:CaptainM777/eris-pagination",
"esm": "^3.2.25",
"hastebin": "^0.2.1",
"imgur": "^2.2.0",
"jquery-csv": "^1.0.21",
"kitsu.js": "^2.0.0",
"lodash": "^4.17.21",
"moment": "^2.29.3",
"moment-duration-format": "^2.3.2",
"moment-timezone": "^0.5.31",
"mongoose": "^5.10.7",
"node-cron": "^3.0.1",
"pluris": "^0.3.7",
"replace-in-file": "^6.3.5",
"require-text": "^0.0.1",
"semver": "^7.3.2",
"syllable": "^4.1.0",
"tatsu": "^1.1.0",
"uuid": "^8.3.2",
"wikiapi": "^1.19.4"
},
"scripts": {
"test": "n!ping"
},
"repository": {
"type": "git",
"url": "git://github.com/TwoDoggo/umi"
},
"author": "TwoDog#0002, Kyle#0103",
"license": "ISC"
}