-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
53 lines (53 loc) · 1.13 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
{
"name": "waifu.it",
"version": "4.7.0",
"description": "Random API Serving Anime stuff",
"author": "Aeryk",
"private": true,
"license": "AGPLv3",
"main": "src/index.js",
"engines": {
"node": ">=18.x"
},
"type": "module",
"scripts": {
"start": "node src/index.js",
"dev": "nodemon src/index.js"
},
"dependencies": {
"chalk": "^4.1.2",
"cli-table3": "^0.6.3",
"cors": "^2.8.5",
"discord-webhook-node": "^1.1.8",
"dotenv": "^8.6.0",
"express": "^4.18.2",
"express-rate-limit": "^5.5.1",
"express-winston": "^4.2.0",
"generate-password": "^1.7.0",
"http-errors": "^1.8.1",
"is-interactive": "^1.0.0",
"moment": "^2.29.4",
"mongodb": "^3.6.9",
"mongoose": "^5.13.20",
"ora": "^5.4.1",
"owoify-js": "^2.0.0",
"path": "^0.12.7",
"request-ip": "^3.3.0",
"winston": "^3.10.0",
"winston-daily-rotate-file": "^4.7.1"
},
"devDependencies": {
"concurrently": "^8.2.0",
"nodemon": "^3.0.2",
"prettier": "^2.8.8"
},
"keywords": [
"node",
"express",
"RESTful",
"rest-api",
"anime",
"weeb",
"anime-girls"
]
}