Comparing version 0.4.7 to 0.4.12
{ | ||
"name": "hakuneko", | ||
"version": "0.4.7", | ||
"version": "0.4.12", | ||
"description": "Scraper for manga websites", | ||
@@ -26,3 +26,3 @@ "main": "dist/hakuneko.js", | ||
"obfuscate": "javascript-obfuscator ./build/hakuneko.js --output ./dist/hakuneko.js --target node --self-defending true --control-flow-flattening true --control-flow-flattening-threshold 1 --dead-code-injection true --dead-code-injection-threshold 1 --string-array true --string-array-encoding rc4 --string-array-threshold 1", | ||
"build": "npm run clean; webpack; npm run obfuscate" | ||
"build": "npm run clean && webpack && npm run obfuscate" | ||
}, | ||
@@ -44,2 +44,2 @@ "author": "Ronny Wegener", | ||
] | ||
} | ||
} |
Sorry, the diff of this file is too big to display
157594