-
Notifications
You must be signed in to change notification settings - Fork 281
/
package.json
72 lines (72 loc) · 2 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
{
"name": "miniprogram-to-uniapp",
"author": {
"name": "zhangdaren",
"email": "[email protected]"
},
"bin": {
"wtu": "bin/wtu"
},
"bugs": {
"url": "https://github.com/zhangdaren/miniprogram-to-uniapp/issues",
"email": "[email protected]"
},
"bundleDependencies": [],
"dependencies": {
"@babel/core": "^7.21.4",
"@babel/generator": "^7.19.5",
"@babel/parser": "^7.19.4",
"@babel/plugin-proposal-object-rest-spread": "^7.19.4",
"@babel/preset-typescript": "^7.18.6",
"@babel/traverse": "^7.19.4",
"@babel/types": "^7.19.4",
"chalk": "4.1.2",
"cheerio": "1.0.0-rc.12",
"clone": "^2.1.2",
"commander": "^9.3.0",
"fdir": "^5.2.0",
"fs-extra": "^10.1.0",
"gogocode": "^1.0.55",
"inquirer": "8.2.0",
"js-beautify": "^1.14.3",
"less": "^4.1.3",
"lodash": "^4.17.21",
"mustache": "^4.2.0",
"node-pinyin": "^0.2.3",
"pkg-updater": "^1.0.4",
"postcss": "^8.4.13",
"postcss-less": "^6.0.0",
"postcss-scss": "^4.0.4",
"prettier": "2.8.8",
"progress": "^2.0.3"
},
"deprecated": false,
"description": "轻松将各种小程序转换为 uni-app 项目",
"devDependencies": {
"jest": "^29.2.0"
},
"homepage": "https://github.com/zhangdaren/miniprogram-to-uniapp#readme",
"keywords": [
"weixin",
"qq",
"toutiao",
"alipay",
"baidu",
"miniprogram",
"uni-app",
"transformation",
"uniCloud",
"cloud"
],
"license": "Apache License 2.0",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/zhangdaren/miniprogram-to-uniapp.git"
},
"scripts": {
"test": "jest",
"debugger": "node --inspect-brk ./node_modules/jest/bin/jest --runInBand --no-cache --no-watchman"
},
"version": "2.2.6"
}