Files
ShrinkNetwork/package.json
T
cneicy 8eaaa3040a
Publish UPM package / publish (push) Failing after 1s
chore: initialize standalone UPM package
2026-08-26 02:50:34 +08:00

26 lines
765 B
JSON

{
"name": "com.cneicy.shrink-network",
"version": "0.2.0",
"displayName": "ShrinkNetwork",
"description": "面向 Unity 的轻量网络框架,提供会话、消息注册、RPC、权限控制,以及 TCP/KCP 传输抽象。",
"unity": "2022.3",
"dependencies": {
"com.cneicy.shrink-shared-codegen": "0.1.0",
"com.cysharp.unitask": "2.5.10",
"com.unity.nuget.newtonsoft-json": "3.2.2"
},
"keywords": [
"network",
"rpc",
"session",
"transport",
"message"
],
"author": {
"name": "cneicy",
"url": "https://git.crash.work/ShrinkSDK"
},
"documentationUrl": "https://git.crash.work/ShrinkSDK/ShrinkNetwork",
"changelogUrl": "https://git.crash.work/ShrinkSDK/ShrinkNetwork/src/branch/main/CHANGELOG.md"
}