Files
Commercialization.topon/Assets/package.json

32 lines
886 B
JSON
Raw Normal View History

2023-01-29 12:44:57 +08:00
{
"name": "com.commercialization.topon",
"displayName": "Commercialization.topon",
"description": "基于topon的广告sdk封装依赖基础商业化模块",
2026-04-23 17:15:19 +08:00
"version": "1.4.9",
2023-01-29 12:44:57 +08:00
"unity": "2021.1",
"license": "MIT",
"repository": {
"type": "git",
"url": "http://private.lightyears.ltd:18640/foldcc/Commercialization.topon"
},
"author": {
"name": "foldcc",
"email": "lhyuau@qq.com",
"url": "https://gitee.com/foldcc"
},
"dependencies":
{
2026-04-23 17:15:19 +08:00
"com.foldcc.cc-framework.commercialization" : "http://private.lightyears.ltd:18640/foldcc/CC-Framework.Commercialization.git#1.0.14"
2023-01-29 12:44:57 +08:00
},
2026-04-23 17:15:19 +08:00
"samples": [
{
"displayName": "IAA Ad Debug Sample",
"description": "Optional debug scene and config for validating rewarded and interstitial flows.",
"path": "Samples~/IAAAdDebugSample"
}
],
2023-01-29 12:44:57 +08:00
"keywords": [
"Framework"
]
}