21 lines
524 B
JSON
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"
|
|
}
|
|
}
|