You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
573 B
22 lines
573 B
{
|
|
"name": "ccc-obfuscated-code",
|
|
"version": "1.0.2.20200530",
|
|
"description": "代码混淆工具,支持项目构建后自动混淆代码。",
|
|
"author": "文弱书生陈皮皮",
|
|
"main": "main.js",
|
|
"main-menu": {
|
|
"扩展/代码混淆工具/构建后自动混淆": {
|
|
"message": "ccc-obfuscated-code:open-panel"
|
|
}
|
|
},
|
|
"panel": {
|
|
"main": "panel/index.js",
|
|
"type": "dockable",
|
|
"title": "代码混淆工具/构建后自动混淆",
|
|
"width": 600,
|
|
"height": 900
|
|
},
|
|
"dependencies": {
|
|
"javascript-obfuscator": "^0.28.0"
|
|
}
|
|
}
|
|
|