-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 939 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 939 Bytes
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
{
"name": "ditss-api",
"version": "1.0.0",
"description": "A simple and customizable API documentation interface built with Express.js.",
"main": "index.js",
"type": "commonjs",
"scripts": {
"start": "node --no-deprecation index.js"
},
"author": "DitssGanteng",
"license": "MIT",
"dependencies": {
"@google/generative-ai": "^0.24.0",
"async-g-i-s": "^1.5.5",
"axios": "^1.6.8",
"body-parser": "^1.20.3",
"chalk": "^4.1.2",
"cheerio": "^1.0.0",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"express": "^4.19.2",
"file-type": "^16.5.3",
"form-data": "^4.0.2",
"fs": "^0.0.1-security",
"https": "^1.0.0",
"jimp": "^0.16.1",
"moment-timezone": "^0.5.34",
"node-fetch": "^2.6.1",
"node-upload-images": "^1.0.1",
"nodemon": "^3.1.7",
"path": "^0.12.7",
"qrcode": "^1.5.4",
"qs": "^6.14.0",
"ws": "^8.18.1",
"yt-search": "^2.12.1"
}
}