-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 889 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 889 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "helloxiaohong",
"version": "1.0.0",
"description": "小红书 RPA 自动发布系统",
"type": "module",
"main": "src/server.js",
"scripts": {
"dev": "node src/server.js",
"db:init": "node src/database/init.js",
"db:init": "node src/database/init.js",
"check:login": "node scripts/cli.js check-login",
"cli": "node scripts/cli.js"
},
"dependencies": {
"playwright": "^1.40.0",
"playwright-extra": "^4.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"express": "^4.18.2",
"sql.js": "^1.10.0",
"node-cron": "^3.0.3",
"multer": "^1.4.5-lts.1",
"winston": "^3.11.0",
"dotenv": "^16.3.1",
"ws": "^8.14.2"
},
"optionalDependencies": {
"openai": "^4.20.0"
},
"engines": {
"node": ">=18.0.0"
}
}