Files
Installer/package.json
T
2026-08-26 03:44:51 +08:00

21 lines
524 B
JSON

{
"name": "com.cneicy.shrink-installer",
"version": "0.1.1",
"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"
}
}