Files
Installer/package.json
T
cneicy c346eef5b2
Publish UPM package / publish (push) Successful in 6s
fix(installer): tolerate diagnostics during resolution
2026-08-26 11:56:13 +08:00

21 lines
524 B
JSON

{
"name": "com.cneicy.shrink-installer",
"version": "0.1.6",
"displayName": "ShrinkSDK Installer",
"description": "ShrinkSDK registry bootstrapper and fixed-version package installer.",
"unity": "2022.3",
"documentationUrl": "https://git.crash.work/ShrinkSDK/Installer",
"dependencies": {
"com.unity.nuget.newtonsoft-json": "3.2.2"
},
"keywords": [
"shrink",
"installer",
"upm"
],
"author": {
"name": "cneicy",
"url": "https://git.crash.work/ShrinkSDK"
}
}