diff options
Diffstat (limited to 'src/package.json')
-rw-r--r-- | src/package.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/package.json b/src/package.json new file mode 100644 index 0000000..8d22473 --- /dev/null +++ b/src/package.json @@ -0,0 +1,6 @@ +{ + "dependencies": { + "javascript-obfuscator": "^2.9.4", + "terser": "^5.5.1" + } +} |