51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
{
|
|
"name": "deobfuscator",
|
|
"version": "2.4.5",
|
|
"description": "multipurpose javascript transformer",
|
|
"main": "dist/index.js",
|
|
"bin": {
|
|
"synchrony": "dist/cli.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/relative/synchrony.git"
|
|
},
|
|
"keywords": [
|
|
"deobfuscator"
|
|
],
|
|
"author": "relative <hi@relative.im>",
|
|
"license": "GPL-3.0-only",
|
|
"bugs": {
|
|
"url": "https://github.com/relative/synchrony/issues"
|
|
},
|
|
"homepage": "https://github.com/relative/synchrony#readme",
|
|
"devDependencies": {
|
|
"@types/escodegen": "0.0.7",
|
|
"@types/eslint-scope": "3.7.4",
|
|
"@types/estree": "0.0.51",
|
|
"@types/mersenne-twister": "1.1.2",
|
|
"@types/node": "17.0.17",
|
|
"@types/yargs": "17.0.8",
|
|
"esbuild": "0.14.21",
|
|
"escodegen": "2.0.0",
|
|
"javascript-obfuscator": "4.0.0",
|
|
"rimraf": "3.0.2",
|
|
"typedoc": "0.22.11",
|
|
"typescript": "4.5.5"
|
|
},
|
|
"dependencies": {
|
|
"@javascript-obfuscator/escodegen": "2.3.0",
|
|
"acorn": "8.7.0",
|
|
"acorn-loose": "8.3.0",
|
|
"acorn-walk": "8.2.0",
|
|
"eslint-scope": "7.1.1",
|
|
"mersenne-twister": "1.1.0",
|
|
"yargs": "17.3.1"
|
|
},
|
|
"scripts": {
|
|
"build": "node scripts/build.js",
|
|
"watch": "node scripts/build.js --watch",
|
|
"clean": "rimraf dist/",
|
|
"docs": "typedoc --options ./typedoc.json"
|
|
}
|
|
} |