-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 867 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 867 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "com.expecto.aicontext",
"version": "0.1.0",
"displayName": "Unity AI Context",
"description": "A Unity tool that analyzes C# code structure and generates XML files with metadata about classes, methods, and fields. Specifically designed to provide enhanced context about project architecture for AI assistants and tools. Improves AI understanding of the project without the need to index all the code.",
"unity": "2019.1",
"unityRelease": "0b5",
"documentationUrl": "https://example.com/",
"changelogUrl": "https://example.com/changelog.html",
"licensesUrl": "https://example.com/licensing.html",
"dependencies": {},
"keywords": [
"keyword1",
"keyword2",
"keyword3"
],
"author": {
"name": "Erik Takoev",
"email": "eriktakoev@gmail.com",
"url": "https://github.com/ErikTakoev/"
},
"hideInEditor": false
}