{ "name": "mojic", "version": "2.1.3", "description": "Obfuscate C source code into encrypted, password-seeded emoji streams.", "main": "bin/mojic.js", "bin": { "mojic": "bin/mojic.js" }, "type": "module", "scripts": { "start": "node bin/mojic.js", "build-binaries": "pkg . --out-path dist --public" }, "repository": { "type": "git", "url": "git+https://github.com/notamitgamer/mojic.git" }, "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "dependencies": { "@notamitgamer/mojic": "^2.1.0", "chalk": "^5.6.2", "commander": "^14.0.3", "inquirer": "^13.2.5" }, "devDependencies": { "pkg": "^5.8.1" }, "engines": { "node": ">=18.0.0" }, "keywords": [ "cli", "encryption", "emoji", "obfuscation", "c", "security", "polymorphic" ], "author": "notamitgamer", "license": "Apache-2.0", "pkg": { "scripts": "bin/mojic.js", "assets": [ "lib/**/*", "package.json" ], "targets": [ "node18-win-x64", "node18-linux-x64", "node18-macos-x64" ], "outputPath": "dist" } }