-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.36 KB
/
Copy pathpackage.json
File metadata and controls
84 lines (84 loc) · 2.36 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "agency-agents-ja",
"version": "0.3.0",
"description": "日本の IT 開発、SIer、受託開発、自社サービス、SaaS、EC、製造業 DX 向け AI 専門家エージェント集",
"keywords": [
"ai-agents",
"prompts",
"system-prompts",
"japanese",
"japan",
"multi-agent",
"agency-agents",
"sier",
"requirements",
"kintone",
"line-works"
],
"author": "SS",
"license": "MIT",
"engines": {
"node": ">=18.0.0"
},
"bin": {
"agency-agents-ja": "bin/agency-agents-ja.js"
},
"scripts": {
"generate": "npm run generate:list && npm run generate:workflows && npm run generate:translation-progress && npm run generate:readme-stats && npm run check:upstream-coverage",
"generate:list": "node scripts/generate-agent-list.js",
"generate:workflows": "node scripts/generate-workflow-table.js",
"generate:translation-progress": "node scripts/generate-translation-progress.js",
"generate:readme-stats": "node scripts/sync-readme-stats.js",
"check:upstream-coverage": "node scripts/check-upstream-coverage.js",
"check:adapted-quality": "node scripts/check-adapted-quality.js",
"check:upstream-parity": "node scripts/check-upstream-parity.js",
"test:maintenance": "node scripts/test-maintenance-scripts.js",
"validate:workflows": "node scripts/validate-workflows.js",
"validate": "scripts/validate.sh",
"prepublishOnly": "npm run generate && bash scripts/convert.sh && npm run validate"
},
"homepage": "https://github.com/sscodeai/agency-agents-ja#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/sscodeai/agency-agents-ja.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"files": [
"bin/",
"scripts/",
"integrations/",
"academic/",
"engineering/",
"project-management/",
"testing/",
"product/",
"marketing/",
"paid-media/",
"finance/",
"game-development/",
"gis/",
"hr/",
"design/",
"legal/",
"sales/",
"security/",
"spatial-computing/",
"support/",
"supply-chain/",
"specialized/",
"examples/",
"workflows/",
"docs/",
"README.md",
"AGENT-LIST.md",
"TRANSLATION-PROGRESS.md",
"UPSTREAM-COVERAGE.md",
"CHANGELOG.md",
"CONTRIBUTING.md",
"ROADMAP.md",
"LICENSE"
]
}