mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-05-25 18:20:14 +08:00
- 放宽 engines.pnpm 从 >=8.15.9 <9.0.0 至 >=8.15.9 - 添加 pnpm.onlyBuiltDependencies 以满足 pnpm v10 构建脚本审批要求 - 迁移 pnpm-lock.yaml 从格式 v6 到 v9(pnpm v10 自动生成) - 更新 CLAUDE.md,移除已过时的 proto run pnpm 绕行方案 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
{
|
|
"name": "geekgeekrun",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"description": "geek-auto-start-chat-with-boss",
|
|
"module": "./main/index.mjs",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node ./packages/run-core-of-geek-auto-start-chat-with-boss/daemon-main.mjs"
|
|
},
|
|
"author": "geekgeekrun",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@geekgeekrun/puppeteer-extra-plugin-laodeng": "workspace:*",
|
|
"cheerio": "1.0.0-rc.12",
|
|
"dayjs": "^1.11.10",
|
|
"json5": "^2.2.3",
|
|
"minimist": "^1.2.8",
|
|
"puppeteer": "24.19.0",
|
|
"puppeteer-extra": "3.3.6",
|
|
"puppeteer-extra-plugin-anonymize-ua": "2.4.6",
|
|
"puppeteer-extra-plugin-stealth": "2.11.2",
|
|
"rimraf": "^3.0.2",
|
|
"tapable": "^2.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"semver": "^7.6.0"
|
|
},
|
|
"volta": {
|
|
"node": "20.16.0"
|
|
},
|
|
"engines": {
|
|
"pnpm": ">=8.15.9"
|
|
},
|
|
"pnpm": {
|
|
"patchedDependencies": {
|
|
"find-chrome-bin@2.0.4": "patches/find-chrome-bin@2.0.4.patch",
|
|
"puppeteer-extra-plugin-anonymize-ua@2.4.6": "patches/puppeteer-extra-plugin-anonymize-ua@2.4.6.patch"
|
|
},
|
|
"onlyBuiltDependencies": [
|
|
"@parcel/watcher",
|
|
"better-sqlite3",
|
|
"electron",
|
|
"esbuild",
|
|
"puppeteer"
|
|
]
|
|
}
|
|
}
|