-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.44 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.44 KB
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
33
34
35
36
37
38
39
40
41
{
"name": "openmatrix-docs",
"version": "1.2.0",
"description": "OpenMatrix 官方文档和工具",
"scripts": {
"xhs:login": "ts-node tools/xiaohongshu/cli.ts login",
"xhs:post": "ts-node tools/xiaohongshu/cli.ts post",
"xhs:status": "ts-node tools/xiaohongshu/cli.ts status",
"xhs:schedule": "ts-node tools/xiaohongshu/cli.ts schedule",
"xhs:add": "ts-node tools/xiaohongshu/cli.ts add",
"xhs:list": "ts-node tools/xiaohongshu/cli.ts list",
"xhs:import": "ts-node tools/xiaohongshu/cli.ts import",
"xhs:stats": "ts-node tools/xiaohongshu/cli.ts stats",
"scaffold": "ts-node tools/scaffold/cli.ts",
"csdn:login": "ts-node tools/csdn/cli.ts login",
"csdn:post": "ts-node tools/csdn/cli.ts post",
"csdn:status": "ts-node tools/csdn/cli.ts status",
"csdn:schedule": "ts-node tools/csdn/cli.ts schedule",
"csdn:add": "ts-node tools/csdn/cli.ts add",
"csdn:list": "ts-node tools/csdn/cli.ts list",
"csdn:import": "ts-node tools/csdn/cli.ts import",
"csdn:stats": "ts-node tools/csdn/cli.ts stats"
},
"dependencies": {
"chalk": "^4.1.2",
"commander": "^12.0.0",
"inquirer": "^8.2.6",
"playwright": "^1.42.0"
},
"devDependencies": {
"@types/inquirer": "^9.0.7",
"@types/node": "^20.0.0",
"ts-node": "^10.9.0",
"typescript": "^5.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/bigfish1913/openmatrix-docs.git"
},
"license": "MIT"
}