-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
35 lines (35 loc) · 901 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
{
"name": "amusementclub2.0",
"version": "2.1.5",
"description": "Next version of Amusement Club discord gacha",
"main": "index.js",
"scripts": {
"start": "nodemon test/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "noxcaos",
"license": "MIT",
"dependencies": {
"@top-gg/sdk": "^3.0.5",
"add-subtract-date": "^1.0.14",
"anilist-node": "^1.10.0",
"ascii-table": "^0.0.9",
"bad-words": "^3.0.3",
"body-parser": "^1.19.0",
"dateformat": "^3.0.3",
"express": "^4.17.1",
"got": "^9.6.0",
"jikan-node": "^1.2.1",
"jikanjs": "^0.7.0",
"lockfile": "^1.0.4",
"lodash": "^4.17.19",
"mixpanel": "^0.13.0",
"mongodb": "^3.7.2",
"mongoose": "^6.5.1",
"oceanic.js": "^1.8.1",
"pretty-ms": "^5.1.0",
"proper-lockfile": "^4.1.2",
"sagiri": "^3.1.1",
"thenby": "^1.3.4"
}
}