{ "name": "scraper", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build:mac": "mkdir -p dist && PLAYWRIGHT_BROWSERS_PATH=dist/browsers npx playwright install chromium && npx pkg auto-scrape.mjs --targets node22-macos-arm64 --output dist/yitang-scraper" }, "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" } }