mirror of
https://github.com/luzhisheng/js_reverse.git
synced 2025-04-19 21:09:52 +08:00
15 lines
281 B
JSON
15 lines
281 B
JSON
{
|
|
"name": "js-obfuscate",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Germey",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"javascript-obfuscator": "^0.18.8"
|
|
}
|
|
}
|