obfuz/package.json

22 lines
781 B
JSON
Raw Normal View History

{
"name": "com.code-philosophy.obfuz",
2025-06-10 08:34:01 +08:00
"version": "1.0.0-beta.5",
"displayName": "Obfuz",
"description": "Obfuz is an open-source Unity code obfuscation tool designed to provide Unity developers with a powerful, secure, and user-friendly code protection solution.",
"category": "Scripting",
"documentationUrl": "https://www.obfuz.com",
"changelogUrl": "https://github.com/focus-creative-games/obfuz/commits/main/",
"licensesUrl": "https://github.com/focus-creative-games/obfuz/blob/main/com.code-philosophy.obfuz/LICENSE",
"keywords": [
"obfuz",
"obfuscation",
"obfuscator",
"confuser",
"code-philosophy"
],
"author": {
"name": "Code Philosophy",
"email": "obfuz@code-philosophy.com",
"url": "https://code-philosophy.com"
}
}