-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.32 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.32 KB
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
{
"name": "myexpress",
"version": "1.0.0",
"description": "first express APP",
"main": "main.js",
"type": "commonjs",
"scripts": {
"start": "node main.js"
},
"repository": {
"type": "git",
"url": "httpa://github.com/ZexxaDevID/FirstExpressApp.git"
},
"keywords": [
"Express"
],
"author": "ZexxaDevID",
"license": "ISC",
"dependencies": {
"api-dylux": "^1.7.1",
"axios": "^1.6.0",
"bitly": "^7.1.2",
"body-parser": "^1.20.1",
"cheerio": "^1.0.0-rc.11",
"connect-flash": "^0.1.1",
"cookie": "^0.5.0",
"cors": "^2.8.5",
"emoji-api": "^3.0.1",
"express": "^4.18.2",
"file-type-cjs-fix": "^1.1.1",
"form-data": "^4.0.0",
"global": "^4.4.0",
"google-it": "^1.6.4",
"html-to-text": "^9.0.3",
"is-number": "^7.0.0",
"is-url": "^1.2.4",
"jimp": "^0.22.10",
"jquery": "^3.7.1",
"jquery-mousewheel": "^3.1.13",
"limit-text-js": "^1.0.2",
"lodash": "^4.17.21",
"millify": "^6.1.0",
"node-fetch": "^2.6.1",
"nodemon": "^3.0.1",
"popper.js": "^1.16.1",
"qs": "^6.11.2",
"request": "^2.88.2",
"sanzyy-api": "^1.1.5",
"soundoftext-js": "^1.0.2",
"ssl-express-www": "^3.0.7",
"tinyurl": "^1.1.7",
"translate-google": "^1.5.0",
"yt-search": "^2.10.3",
"ytdl-core": "^4.11.5"
}
}