Second commit

This commit is contained in:
beyondx123
2026-07-05 13:22:25 +08:00
parent 991eec8cef
commit 09c79b677b
8 changed files with 6944 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
{
"name": "scraper",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"crawlee": "^3.16.0",
"crypto-js": "^4.2.0",
"playwright": "^1.58.2",
"turndown": "^7.2.2"
},
"devDependencies": {
"@yao-pkg/pkg": "^6.14.2",
"esbuild": "^0.28.0"
}
}