-
Notifications
You must be signed in to change notification settings - Fork 53
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.01 KB
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1.01 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
{
"name": "gamestudio-subagents",
"version": "1.0.0",
"description": "AI-Powered Game Development Team - Transform your game ideas into reality with specialized AI agents",
"author": {
"name": "Tuna Pamir",
"url": "https://github.com/pamirtuna"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pamirtuna/gamestudio-subagents.git"
},
"keywords": [
"game-development",
"ai-agents",
"godot",
"unity",
"unreal-engine",
"game-design",
"artificial-intelligence",
"development-tools",
"automation",
"game-studio"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/pamirtuna/gamestudio-subagents/issues"
},
"homepage": "https://github.com/pamirtuna/gamestudio-subagents#readme",
"engines": {
"python": ">=3.8"
},
"scripts": {
"init": "python scripts/init_project.py",
"manage": "python scripts/project_manager.py",
"test": "python scripts/test_project_workflow.py && python scripts/test_engine_system.py"
}
}