-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 818 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 818 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
{
"name": "alterlab-gameforge",
"private": true,
"version": "2.0.0",
"description": "34 production-grade Claude AI skills for indie game development — agents, workflows, engine specialists, genre packs",
"author": "Cem Ipek <cem.ipek@ieu.edu.tr>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/AlterLab-IEU/AlterLab_GameForge.git"
},
"keywords": [
"claude-ai",
"skills",
"game-development",
"indie-games",
"godot",
"unity",
"unreal-engine",
"game-design",
"creative-direction",
"game-audio",
"narrative-design",
"game-balance",
"prototyping",
"alterlab",
"claude-code"
],
"scripts": {
"validate": "bash scripts/validate.sh",
"validate:verbose": "bash scripts/validate.sh --verbose"
}
}