-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.5 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 1.5 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
{
"name": "unity-agent-workflows",
"version": "0.5.0",
"description": "Codex skill and npx installer for safer Unity AI agent workflows, runtime owner proof, and Unity game development automation.",
"bin": {
"unity-agent-workflows": "bin/unity-agent-workflows.js"
},
"files": [
".agents",
".codex-plugin",
"assets",
"plugins",
"SKILL.md",
"skills",
"README.md",
"README.th.md",
"agents",
"evals",
"references",
"scripts",
"bin"
],
"scripts": {
"sync:mcpmarket": "bash scripts/sync_mcpmarket_skill.sh",
"check:semantics": "node scripts/check_skill_semantics.js",
"validate": "bash scripts/validate_skill.sh",
"pack:dry-run": "npm pack --dry-run"
},
"keywords": [
"codex-skill",
"unity",
"unity2d",
"unity-ai",
"unity-mcp",
"unity-editor",
"game-development",
"ai-agent",
"llm-agent",
"agentic-coding",
"workflow-automation",
"runtime-owner-proof",
"runtime-numeric-proof",
"unity-refactoring",
"unity-validation",
"unity-ui",
"multi-agent",
"ai-workflows",
"codex-cli",
"claude-code",
"npx",
"npm-package",
"developer-tools"
],
"repository": {
"type": "git",
"url": "git+https://github.com/AUN-PN/unity-agent-workflows.git"
},
"homepage": "https://github.com/AUN-PN/unity-agent-workflows#readme",
"bugs": {
"url": "https://github.com/AUN-PN/unity-agent-workflows/issues"
},
"engines": {
"node": ">=18"
},
"license": "MIT"
}