package.json 676 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "com.halodi.halodi-unity-package-registry-manager",
  3. "version": "1.0.5",
  4. "displayName": "Halodi Package Registry Manager",
  5. "type": "tool",
  6. "samples": [],
  7. "description": "Simple tool to manage scoped registries and NPM credentials.",
  8. "license": "Apache-2.0",
  9. "author": {
  10. "name": "Halodi",
  11. "email": "jesper@halodi.com",
  12. "url": "https://halodi.com"
  13. },
  14. "dependencies": {
  15. "com.unity.nuget.newtonsoft-json": "3.0.2",
  16. "com.unity.sharp-zip-lib": "1.3.4-preview"
  17. },
  18. "publishConfig": {
  19. "registry": ""
  20. },
  21. "repository": {
  22. "type": "git",
  23. "url": "https://github.com/Halodi/halodi-unity-package-registry-manager.git"
  24. }
  25. }