-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 919 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 919 Bytes
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
{
"private": true,
"name": "wxvpkgreader",
"type": "module",
"version": "1.0.0",
"description": "Extract Weixin Miniprogram wxvpkg",
"main": "index.html",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint && tsc --noEmit",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"wxvpkg"
],
"author": {
"name": "Xu Yiming",
"email": "xuyiming.open@outlook.com"
},
"repository": "https://github.com/xymopen/wxvpkgreader",
"license": "BSD-3-Clause",
"packageManager": "pnpm@9.15.5",
"engines": {
"node": ">=20.11.0"
},
"dependencies": {
"jszip": "^3.10.1"
},
"devDependencies": {
"@eslint/js": "^9.19.0",
"@html-eslint/eslint-plugin": "^0.27.0",
"@html-eslint/parser": "^0.27.0",
"@types/node": "ts5.7",
"eslint": "^9.19.0",
"globals": "^15.14.0",
"typescript": "~5.7.2",
"vite": "^6.0.11"
}
}