forked from zhangdaren/miniprogram-to-uniapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.82 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
{
"name": "miniprogram-to-uniapp",
"author": {
"name": "zhangdaren",
"email": "375890534@qq.com"
},
"bin": {
"wtu": "bin/wtu"
},
"bugs": {
"url": "https://github.com/zhangdaren/miniprogram-to-uniapp/issues",
"email": "375890534@qq.com"
},
"bundleDependencies": [],
"dependencies": {
"@babel/generator": "^7.17.10",
"@babel/parser": "^7.17.10",
"@babel/plugin-proposal-object-rest-spread": "^7.17.3",
"@babel/traverse": "^7.17.10",
"@babel/types": "^7.17.10",
"app-root-path": "^3.0.0",
"best-require": "^1.1.4",
"chalk": "4.1.2",
"clone": "^2.1.2",
"commander": "^9.3.0",
"fdir": "^5.2.0",
"fs-extra": "^10.1.0",
"gogocode": "1.0.53",
"js-beautify": "^1.14.3",
"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",
"progress": "^2.0.3"
},
"deprecated": false,
"description": "轻松将各种小程序转换为 uni-app 项目",
"devDependencies": {
"jest": "^28.1.0"
},
"homepage": "https://github.com/zhangdaren/miniprogram-to-uniapp#readme",
"keywords": [
"weixin",
"qq",
"toutiao",
"weixin",
"alipay",
"baidu",
"miniprogram",
"uni-app",
"transformation"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/zhangdaren/miniprogram-to-uniapp.git"
},
"scripts": {
"test": "jest",
"debugger": "node --inspect-brk ./node_modules/jest/bin/jest --runInBand --no-cache --no-watchman"
},
"version": "2.0.21"
}