Files
CC-Framework.CrashReport/package.json

24 lines
505 B
JSON
Raw Normal View History

2024-04-03 15:13:12 +08:00
{
"name": "com.foldcc.cc-framework.crashreport",
"displayName": "CC-Framework.CrashReport",
"description": "Crash检测 异常上报",
"version": "1.0.0",
"unity": "2022.1",
"license": "MIT",
"repository": {
"type": "git",
"url": "http://private.lightyears.ltd:18640/foldcc/CC-Framework.CrashReport"
},
"author": {
"name": "foldcc",
"email": "lhyuau@qq.com",
"url": "https://gitee.com/foldcc"
},
"dependencies":
{
},
"keywords": [
"Framework"
]
}