mirror of
https://github.com/smallfawn/decode_action.git
synced 2025-12-16 23:09:59 +08:00
26 lines
671 B
JSON
26 lines
671 B
JSON
{
|
|
"name": "decode-js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"decode": "node src/main.js",
|
|
"deob": "node src/main.js -t obfuscator",
|
|
"deso": "node src/main.js -t sojson",
|
|
"desov7": "node src/main.js -t sojsonv7",
|
|
"lint": "eslint --ext .js --fix src"
|
|
},
|
|
"dependencies": {
|
|
"@babel/generator": "^7.17.10",
|
|
"@babel/parser": "^7.17.10",
|
|
"@babel/traverse": "^7.17.10",
|
|
"@babel/types": "^7.17.10",
|
|
"base64url": "^3.0.1",
|
|
"crypto-js": "^4.2.0",
|
|
"eslint": "^8.23.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"isolated-vm": "^4.7.2",
|
|
"prettier": "^2.7.1",
|
|
"vm2": "^3.9.11"
|
|
}
|
|
}
|