[5b4ecd]: / gap-replay / guidelines / scrapers / rch / package.json

Download this file

31 lines (30 with data), 717 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
{
"name": "meditronScrap",
"version": "0.1.0",
"private": true,
"description": "",
"scripts": {
"build": "webpack"
},
"devDependencies": {
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.68",
"@types/node": "^20.3.3",
"@types/webpack-env": "^1.18.1",
"ghost-cursor": "^1.1.18",
"mouse-helper": "^1.0.7",
"node-polyfill-webpack-plugin": "^2.0.1",
"path": "^0.12.7",
"puppeteer": "^20.7.4",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-adblocker": "^2.13.6",
"puppeteer-extra-plugin-recaptcha": "^3.6.8",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"ts-loader": "^9.4.4",
"typescript": "^5.1.6",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"package.json": "^2.0.1"
}
}