-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.4 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.4 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
56
57
58
59
60
61
{
"name": "wechat-writer-skill",
"version": "1.0.0",
"description": "AI 驱动的微信内容创作助手 - CoPaw Skill",
"main": "scripts/02-generate-content.js",
"scripts": {
"test": "node scripts/01-analyze-intent.js --type moments --topic \"测试\"",
"dev": "node scripts/02-generate-content.js",
"lint": "echo 'No linting configured'",
"clean": "echo 'No cleanup needed'"
},
"keywords": [
"wechat",
"writing",
"ai",
"copaw",
"skill",
"content-generation",
"social-media",
"chinese"
],
"author": {
"name": "mosslive1314-hue",
"email": "mosslive1314-hue@users.noreply.github.com",
"url": "https://github.com/mosslive1314-hue"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/mosslive1314-hue/wechat-writer.git"
},
"bugs": {
"url": "https://github.com/mosslive1314-hue/wechat-writer/issues",
"email": "mosslive1314-hue@users.noreply.github.com"
},
"homepage": "https://github.com/mosslive1314-hue/wechat-writer#readme",
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
},
"os": [
"win32",
"darwin",
"linux"
],
"files": [
"SKILL.md",
"config.json",
"scripts/",
"templates/",
"references/",
"README.md",
"LICENSE",
"CHANGELOG.md"
],
"dependencies": {},
"devDependencies": {},
"peerDependencies": {
"copaw": ">=1.0.0"
}
}