This commit is contained in:
2025-12-25 15:29:55 +08:00
parent c35299bf8c
commit 66e6370013
7 changed files with 397 additions and 29 deletions

View File

@@ -3,15 +3,26 @@
"version": "0.0.1",
"description": "",
"main": "index.js",
"types": "typings/note.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"start": "tsx src/playwright/index.ts",
"init:base": "npx playwright install",
"browser": "pm2 start start-browser.ts --name xhs-helper-browser --interpreter=tsx"
},
"keywords": [],
"files": [
"typings",
"src",
"start-browser.ts"
],
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
"license": "MIT",
"packageManager": "pnpm@10.26.0",
"type": "module",
"dependencies": {
"playwright": "^1.57.0"
},
"devDependencies": {
"@types/node": "^25.0.3"
}
}
}