UNPKG

guang-js-code

Version:

这是一个加密js文件的工具,默认指定当前目录以及子目录的js文件,也可以指定目录,记得先备份好原js文件

27 lines (26 loc) 614 B
{ "name": "guang-js-code", "version": "1.0.1", "description": "这是一个加密js文件的工具,默认指定当前目录以及子目录的js文件,也可以指定目录,记得先备份好原js文件", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "main": "lib/encryptor.js", "bin": { "guang-js-code": "./bin/index.js" }, "keywords": [ "js加密", "js混淆", "encrypt", "obfuscate" ], "author": "guang2018", "license": "MIT", "engines": { "node": ">=14.0.0" }, "dependencies": { "javascript-obfuscator": "^4.0.0" } }