-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 935 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 935 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
38
39
40
{
"name": "By-DhaniOfficiall",
"version": "2.0.0",
"description": "Created By DhaniOfficiall.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"build": "npm install",
"vercel-build": "echo hello"
},
"keywords": [],
"author": "DhaniOfficiall",
"license": "ISC"
},
"dependencies": {
"axios": "^0.27.2",
"cheerio": "^1.0.0-rc.11",
"cookie": "^0.5.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"express": "^4.18.1",
"file-type": "^19.0.0",
"form-data": "^4.0.0",
"http-errors": "^2.0.0",
"image-url-validator": "^1.0.4",
"ip": "^2.0.1",
"is-url": "^1.2.4",
"jsdom": "^19.0.0",
"lodash": "^4.17.21",
"node-fetch": "^2.6.1",
"nodemon": "^1.3.3",
"npm": "^10.8.1",
"path": "^0.12.7",
"qs": "^6.10.3",
"secure": "^0.0.1",
"serve-favicon": "^2.5.0",
"ssl-express-www": "^3.0.8",
"util": "^0.12.5"
}
}