update
This commit is contained in:
15
package.json
15
package.json
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user