forked from InsiderJanggo/azunyan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.59 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
67
{
"name": "azunyan",
"version": "1.0.0",
"description": "A MultiPurpose Discord Bot Build On discord..js libary included economy,moderation,level system, and fun command",
"main": "index.js",
"scripts": {
"test": "nodemon index.js",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/InsiderJanggo/azunyan.git"
},
"keywords": [
"multipurpose-bot",
"discord-bot",
"discord",
"nodejs",
"insider",
"azunyan"
],
"author": "InsiderJanggo, Awish-Senpai, RaymondJiang1",
"license": "MIT",
"bugs": {
"url": "https://github.com/InsiderJanggo/azunyan/issues"
},
"homepage": "https://github.com/InsiderJanggo/azunyan#readme",
"dependencies": {
"alexflipnote.js": "^1.2.6",
"ascii-table": "0.0.9",
"body-parser": "^1.19.0",
"canvas": "^2.6.1",
"canvas-constructor": "^4.1.0",
"discord.js": "^12.3.1",
"dotenv": "^8.2.0",
"ejs": "^3.1.5",
"express": "^4.17.1",
"express-session": "^1.17.1",
"fs": "0.0.1-security",
"module-alias": "^2.2.2",
"mongoose": "^5.11.11",
"ms": "^2.1.2",
"node-fetch": "^2.6.1",
"node-superfetch": "^0.1.10",
"os": "^0.1.1",
"os-utils": "0.0.14",
"passport": "^0.4.1",
"passport-discord": "^0.1.4",
"path": "^0.12.7",
"request": "^2.88.2",
"snekfetch": "^4.0.4",
"superagent": "^6.1.0",
"swiftcord": "^2.1.5",
"table": "^6.0.3",
"tenorjs": "^1.0.7",
"urban-dictionary": "^2.2.1"
},
"_moduleAliases": {
"@root": ".",
"@website": "./website",
"@models": "./models",
"@handlers": "./handlers",
"@command": "./commands",
"@utils": "./utils",
"@events": "./events"
}
}