-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 944 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": "amusementclub3.0",
"version": "3.0.0",
"description": "Rewrite of Amusement Club 2.0",
"main": "index.js",
"scripts": {
"start": "nodemon test/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "mj11jm",
"license": "MPL2.0",
"dependencies": {
"@top-gg/sdk": "^3.1.6",
"add-subtract-date": "^1.0.15",
"anilist-node": "^1.14.0",
"ascii-table": "^0.0.9",
"bad-words": "^3.0.4",
"body-parser": "^1.20.2",
"dateformat": "^5.0.3",
"express": "^4.18.2",
"got": "^13.0.0",
"jikan-node": "^1.2.1",
"jikanjs": "^0.7.0",
"lockfile": "^1.0.4",
"lodash": "^4.17.21",
"mixpanel": "^0.18.0",
"mongodb": "^6.3.0",
"mongoose": "^8.0.1",
"node-html-to-image": "^4.0.0",
"oceanic.js": "^1.10.0",
"posthog-node": "^3.5.0",
"pretty-ms": "^7.0.1",
"proper-lockfile": "^4.1.2",
"sagiri": "^3.4.0",
"thenby": "^1.3.4"
},
"devDependencies": {
"eslint": "^8.57.0"
}
}