-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 909 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": "scapperwebsite",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "npm",
"dev": "nodemon app.js",
"build": "npm i"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^10.4.14",
"postcss": "^8.4.24",
"tailwindcss": "^3.3.2",
"vite": "^4.3.9"
},
"dependencies": {
"axios": "^1.4.0",
"cheerio": "^1.0.0-rc.12",
"dompurify": "^3.0.5",
"ejs": "^3.1.9",
"express": "^4.18.2",
"jsdom": "^22.1.0",
"node-cache": "^5.1.2",
"nodemon": "^2.0.22",
"p-limit": "^4.0.0",
"p-queue": "^7.3.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LakshitAgarwal/Freedemy.git"
},
"bugs": {
"url": "https://github.com/LakshitAgarwal/Freedemy/issues"
},
"homepage": "https://github.com/LakshitAgarwal/Freedemy#readme"
}