update
This commit is contained in:
46
package.json
46
package.json
@@ -1,17 +1,35 @@
|
||||
{
|
||||
"name": "xhs-helper",
|
||||
"name": "@kevisual/browser-helper",
|
||||
"version": "0.0.1",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"types": "typings/note.ts",
|
||||
"types": "typings/note.d.ts",
|
||||
"basename": "/root/browser-helper",
|
||||
"app": {
|
||||
"type": "pm2-system-app",
|
||||
"entry": "./app.js",
|
||||
"runtime": [
|
||||
"client"
|
||||
]
|
||||
},
|
||||
"scripts": {
|
||||
"start": "tsx src/playwright/index.ts",
|
||||
"init:base": "npx playwright install",
|
||||
"browser": "pm2 start start-browser.ts --name xhs-helper-browser --interpreter=tsx"
|
||||
"dev": "tsx watch src/index.ts",
|
||||
"init:browser": "npx playwright install",
|
||||
"build": "code-builder build",
|
||||
"browser": "pm2 start start-browser.js --name browser-helper",
|
||||
"cmd": "tsx src/test/cmd.ts ",
|
||||
"init": "pnpm run init:pnpm && pnpm run init:db && pnpm run init:browser",
|
||||
"init:pnpm": "pnpm approve-builds",
|
||||
"init:db": "npx drizzle-kit push",
|
||||
"studio": "npx drizzle-kit studio",
|
||||
"drizzle:migrate": "npx drizzle-kit migrate",
|
||||
"drizzle:push": "npx drizzle-kit push"
|
||||
},
|
||||
"keywords": [],
|
||||
"files": [
|
||||
"typings",
|
||||
"dist",
|
||||
"src",
|
||||
"start-browser.ts"
|
||||
],
|
||||
@@ -20,9 +38,25 @@
|
||||
"packageManager": "pnpm@10.26.0",
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"playwright": "^1.57.0"
|
||||
"playwright": "^1.57.0",
|
||||
"better-sqlite3": "^12.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^25.0.3"
|
||||
"@kevisual/code-builder": "^0.0.2",
|
||||
"@kevisual/context": "^0.0.4",
|
||||
"@kevisual/router": "^0.0.49",
|
||||
"@kevisual/types": "^0.0.10",
|
||||
"@kevisual/use-config": "^1.0.21",
|
||||
"@types/better-sqlite3": "^7.6.13",
|
||||
"@types/bun": "^1.3.5",
|
||||
"@types/node": "^25.0.3",
|
||||
"commander": "^14.0.2",
|
||||
"dotenv": "^17.2.3",
|
||||
"drizzle-kit": "^0.31.8",
|
||||
"drizzle-orm": "^0.45.1",
|
||||
"es-toolkit": "^1.43.0",
|
||||
"eventemitter3": "^5.0.1",
|
||||
"lru-cache": "^11.2.4",
|
||||
"window-size": "^1.1.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user