-
Notifications
You must be signed in to change notification settings - Fork 100
/
Copy pathpackage.json
82 lines (82 loc) · 2.47 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "wedecode",
"version": "0.6.6",
"type": "module",
"description": "微信小程序源代码还原工具, 线上代码安全审计",
"bin": {
"wedecode": "./dist/wedecode.js"
},
"scripts": {
"bootstrap": "pnpm install",
"start": "vite build && node dist/wedecode.js",
"dev": "vite build --watch",
"build": "vite build",
"test:cmd": "wedecode",
"test:cmd:dev": "DEV=true wedecode",
"test:cmd:args": "DEV=true wedecode -o OUTPUT",
"link": "vite build && pnpm link --dir= ./",
"unlink": "pnpm unlink",
"release:npm": "vite build && npm publish",
"release:git": "vite build && git commit -am v$npm_package_version && git tag $npm_package_version && git push --tags ",
"dev:unpack:dir": "DEV=true wedecode --clear -o OUTPUT pkg/zuoye-bang",
"dev:unpack:subPack": "DEV=true wedecode --overwrite=true -o OUTPUT pkg/mt/_mobike_.wxapkg",
"dev:unpack:game-dir": "DEV=true wedecode --clear -o OUTPUT-GAME pkg/mini-game",
"preview:unpack": "wedecode -ow true -o OUTPUT pkg/issues8-sxd"
},
"repository": {
"type": "git",
"url": "git+https://github.com/biggerstar/wedecode.git"
},
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/biggerstar/wedecode/issues"
},
"files": [
"dist",
"decryption-tool"
],
"homepage": "https://github.com/biggerstar/wedecode#readme",
"dependencies": {
"@biggerstar/deepmerge": "^1.0.3",
"@biggerstar/inquirer-selectable-table": "^1.0.12",
"axios": "^1.7.4",
"cheerio": "1.0.0-rc.12",
"commander": "^12.1.0",
"cssbeautify": "^0.3.1",
"escodegen": "^1.14.3",
"esprima": "^4.0.1",
"figlet": "^1.7.0",
"glob": "^10.4.1",
"inquirer": "^9.2.23",
"js-beautify": "^1.15.1",
"jsdom": "^24.1.0",
"open-file-explorer": "^1.0.2",
"picocolors": "^1.0.1",
"single-line-log": "^1.1.2",
"update-check": "^1.5.4",
"vm2": "^3.9.19"
},
"devDependencies": {
"@types/cssbeautify": "^0.3.5",
"@types/escodegen": "^0.0.10",
"@types/esprima": "^4.0.6",
"@types/figlet": "^1.5.8",
"@types/inquirer": "^9.0.7",
"@types/js-beautify": "^1.14.3",
"@types/jsdom": "^21.1.7",
"@types/node": "^20.14.2",
"@types/open-file-explorer": "^1.0.2",
"@types/single-line-log": "^1.1.2",
"lerna": "^8.1.7",
"rollup-plugin-copy": "^3.5.0",
"vite": "^5.2.13"
},
"keywords": [
"wxapkg",
"Decompilation",
"小程序",
"反编译",
"审计",
"安全"
]
}