-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.1 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.1 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "viruagent-cli",
"version": "0.9.6",
"description": "AI-agent-optimized CLI for blog/SNS publishing and engagement (Tistory, Naver, Instagram, X/Twitter, Reddit)",
"private": false,
"type": "commonjs",
"license": "MIT",
"author": "greekr4",
"keywords": [
"ai-agent",
"cli",
"blog",
"tistory",
"naver",
"instagram",
"twitter",
"reddit",
"publishing",
"automation",
"llm",
"ai-tools",
"social-media"
],
"repository": {
"type": "git",
"url": "git+https://github.com/greekr4/viruagent-cli.git"
},
"bugs": {
"url": "https://github.com/greekr4/viruagent-cli/issues"
},
"homepage": "https://github.com/greekr4/viruagent-cli#readme",
"bin": {
"viruagent-cli": "bin/index.js"
},
"files": [
"bin/",
"src/",
"skills/",
"AGENTS.md",
"README.md",
"README.ko.md",
"LICENSE"
],
"scripts": {
"start": "node bin/index.js"
},
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"commander": "^14.0.3",
"playwright": "^1.58.2",
"x-client-transaction-id": "^0.2.0"
}
}