-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
56 lines (56 loc) · 1.17 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
{
"name": "taro2-to-3",
"version": "0.0.5",
"description": "taro 2.x 项目转换为 taro 3.x 项目",
"bin": {
"taro2-to-3": "./bin/cli.js"
},
"files": [
"bin",
"transforms"
],
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SyMind/taro2-to-3.git"
},
"keywords": [
"taro",
"codemod"
],
"author": "SyMind",
"license": "MIT",
"engines": {
"node": ">=8.0.0"
},
"bugs": {
"url": "https://github.com/SyMind/taro2-to-3/issues"
},
"homepage": "https://github.com/SyMind/taro2-to-3#README.md",
"dependencies": {
"@npmcli/arborist": "^2.2.6",
"@tarojs/helper": "^2.2.1",
"chalk": "^4.1.0",
"cli-table": "^0.3.5",
"ejs": "^3.1.6",
"execa": "^5.0.0",
"fs-extra": "^9.1.0",
"inquirer": "^8.0.0",
"is-git-clean": "^1.1.0",
"jscodeshift": "^0.11.0",
"lodash": "^4.17.21",
"read-pkg-up": "^7.0.1",
"recast": "^0.20.4",
"semver": "^7.3.4",
"slash": "^3.0.0",
"yargs-parser": "^20.2.6"
},
"devDependencies": {
"babel-jest": "^26.6.3",
"eslint": "^7.28.0",
"jest": "^27.0.4"
}
}