-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 775 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 775 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "com.zerodawnx.ide.cursor",
"displayName": "ZERODAWN-X AI Editor",
"description": "Enhanced Unity integration for Cursor AI Editor. Features intelligent code completion, project management, and seamless debugging capabilities.",
"version": "2.0.25",
"unity": "2019.4",
"unityRelease": "25f1",
"author": {
"name": "ZERO-DAWN-X",
"url": "https://github.com/ZERO-DAWN-X"
},
"repository": {
"type": "git",
"url": "https://github.com/ZERO-DAWN-X/unity-ai-integration.git"
},
"dependencies": {
"com.unity.test-framework": "1.1.9"
},
"_upm": {
"changelog": "Enhanced Integration:\n\n- Improved Cursor AI Editor support\n- Updated documentation and visual assets\n- Enhanced user experience and installation process"
}
}