-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 885 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 885 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
33
34
35
36
37
{
"name": "@statefulai/tech-report",
"version": "0.1.0",
"description": "可插件扩展的 AI Skill:从代码、commit diff、文档链接自动生成结构化中文技术报告,已安装的 skill 自动增强图表与配图",
"main": "SKILL.md",
"keywords": [
"skill",
"report",
"technical-report",
"chinese",
"code-analysis",
"commit-analysis",
"markdown",
"claude-code",
"codex",
"copilot"
],
"author": "statefulai",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/statefulai/tech-report.git"
},
"bugs": {
"url": "https://github.com/statefulai/tech-report/issues"
},
"homepage": "https://github.com/statefulai/tech-report#readme",
"files": [
"SKILL.md",
"README.md",
"LICENSE",
"assets/",
"references/",
"scripts/",
"plugins.yaml"
]
}