feat: publish xianyu hunter hermes skill package
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "xianyu-assistant",
|
||||
"version": "1.0.0",
|
||||
"description": "闲鱼采集助手 - 搜索、详情采集、本地预筛,深度分析由 Hermes 完成",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"start": "node server.mjs",
|
||||
"dev": "node --watch server.mjs"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"express": "^4.21.0",
|
||||
"playwright": "^1.49.0",
|
||||
"ws": "^8.18.0"
|
||||
},
|
||||
"license": "MIT"
|
||||
}
|
||||
Reference in New Issue
Block a user