UNPKG

@zozzona/js

Version:

Advanced source protection toolkit (obfuscate → minify → encrypt) with reversible unpacking and git-safe automation.

69 lines (68 loc) 1.6 kB
{ "name": "@zozzona/js", "version": "1.3.6", "description": "Advanced source protection toolkit (obfuscate → minify → encrypt) with reversible unpacking and git-safe automation.", "type": "module", "license": "MIT", "author": "Roger Tremblay", "homepage": "https://github.com/krank21/zozzona#readme", "repository": { "type": "git", "url": "https://github.com/krank21/zozzona.git" }, "engines": { "node": ">=18" }, "bugs": { "url": "https://github.com/krank21/zozzona/issues" }, "keywords": [ "obfuscation", "minification", "encryption", "source-protection", "security", "build-tools", "javascript", "pack", "deploy", "crypto", "aes", "zozzona" ], "bin": { "zozzona": "bin/zozzona" }, "files": [ "src/", "src/babel-obfuscate-plugin.cjs", "bin/", "templates/", "README.md", "LICENSE" ], "main": "src/runner.js", "exports": { "./runner": "./src/runner.js", "./minify": "./src/minify.js", "./obfuscate": "./src/obfuscate.js", "./utils": "./src/zozzonaUtils.js", "./babel-obfuscate-plugin": "./src/babel-obfuscate-plugin.cjs" }, "dependencies": { "fs-extra": "^11.0.0", "glob": "^10.0.0", "dotenv": "^17.0.0", "terser": "^5.0.0", "@babel/core": "^7.0.0", "@babel/parser": "^7.0.0", "@babel/generator": "^7.0.0", "@babel/traverse": "^7.0.0", "@babel/preset-react": "^7.22.5", "@babel/preset-typescript": "^7.22.5", "@babel/preset-env": "^7.22.9" }, "devDependencies": { "husky": "^9.0.0" } }