whoami-shubham / obfuscator-io-metro-plugin

A metro plugin to use the javascript-obfuscator library with react-native to obfuscate the bundle after the build.
https://www.npmjs.com/package/obfuscator-io-metro-plugin
MIT License
63 stars 17 forks source link

License for the plugin code #3

Closed satheeshwaran closed 2 years ago

satheeshwaran commented 2 years ago

Good work on the plugin.

It would be really great if you could add a Licence to the project so that people can pick it up with confidence. Since the code is already open-sourced and if you don't have intentions to restrict the usage I would recommend an MIT license for the same.

The original Javascript Obfuscator is BSD licensed.

whoami-shubham commented 2 years ago

@satheeshwaran thanks for pointing it out. I have provided value "license": "MIT", in package.json already do I need to add something else?