28 lines
665 B
JSON
28 lines
665 B
JSON
{
|
|
"name": "xhs-helper",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"types": "typings/note.ts",
|
|
"scripts": {
|
|
"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"
|
|
}
|
|
} |