vanzy-protect
Version:
Epic Obfuscator Yeahhh
47 lines • 1.05 kB
JSON
{
"name": "vanzy-protect",
"version": "1.0.5",
"description": "Epic Obfuscator Yeahhh",
"main": "out/main.js",
"scripts": {
"test": "tsc && node out/main.js -i test.js -o out.js -c config.yml",
"do-publish": "tsc && npm publish",
"gen-schema": "tsc && npx typescript-json-schema -o config_schema.json ./tsconfig.json Config"
},
"keywords": [
"javascript",
"obfuscator",
"sus",
"among us",
"amogus",
"amongus",
"code",
"tool",
"cli",
"security",
"obfuscation"
],
"author": "danik",
"license": "GPL v3.0",
"dependencies": {
"commander": "^9.4.1",
"espree": "^9.4.1",
"kolorist": "^1.6.0",
"node-cache": "^5.1.2",
"npm-api": "^1.0.1",
"seedrandom": "^3.0.5",
"yaml": "^2.1.3"
},
"homepage": "https://t.me/vashinty",
"bugs": {
"url": "https://t.me/vashinty"
},
"bin": {
"sus": "./bin/sus.js"
},
"devDependencies": {
"@types/node": "^20.3.1",
"@types/seedrandom": "^3.0.5",
"typescript-json-schema": "^0.57.0"
}
}