Files
ShrinkShared.CodeGen/package.json
T
cneicy 371e880b84
Publish NuGet packages / publish (push) Failing after 6s
Publish UPM package / publish (push) Successful in 6s
feat: add NuGet and Godot distribution
2026-09-05 03:41:44 +08:00

21 lines
545 B
JSON

{
"name": "com.cneicy.shrink-shared-codegen",
"version": "0.1.1",
"displayName": "Shrink Shared CodeGen",
"description": "ShrinkApp、ShrinkCommand 与 ShrinkNetwork 共用的 Unity IL 后处理注册表生成器。",
"unity": "2022.3",
"dependencies": {
"com.unity.nuget.mono-cecil": "1.11.4"
},
"keywords": [
"codegen",
"ilpp",
"registry"
],
"author": {
"name": "cneicy",
"url": "https://git.crash.work/ShrinkSDK"
},
"documentationUrl": "https://git.crash.work/ShrinkSDK/ShrinkShared.CodeGen"
}