I’m trying to create a personal package as exercise and have a problem to find the name of a dependency.
I have to write the package.json
I need to add “JSON .NET For Unity”(https://assetstore.unity.com/packages/tools/input-management/json-net-for-unity-11347) package as dependency, but I can’t find this parameter “name”(“com.unity.some-package”) to add in “dependencies” node.
Where can I find this dependency’s name?