-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 936 Bytes
/
package.json
File metadata and controls
45 lines (45 loc) · 936 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
38
39
40
41
42
43
44
45
{
"name": "epcode-ai",
"version": "0.6.0",
"description": "企业级 AI 研发助手 — 覆盖业务 · 开发 · 测试 · 运维四大场景的 Claude Code 增强生态",
"type": "module",
"private": false,
"license": "MIT",
"homepage": "https://github.com/epcode-ai/ep-code-ai",
"repository": {
"type": "git",
"url": "https://github.com/epcode-ai/ep-code-ai.git"
},
"engines": {
"node": ">=18"
},
"bin": {
"epcode": "tools/cli/bin/epcode.js"
},
"scripts": {
"check": "node tools/cross-platform/scripts/check-all.js",
"epcode": "node tools/cli/bin/epcode.js"
},
"files": [
"tools/",
"templates/",
"skills/",
"docs/",
"examples/",
"CHANGELOG.md",
"PLAN.md",
"ROADMAP.md",
"README.md"
],
"keywords": [
"claude-code",
"ai-engineering",
"sre",
"testing",
"qa",
"prd",
"adr",
"devops",
"methodology"
]
}