-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
59 lines (59 loc) · 1.58 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
{
"name": "create-wetrial",
"version": "5.1.13",
"description": "Creates a wetrial application using the command line.",
"homepage": "https://github.com/wetrial/create-wetrial",
"bugs": {
"url": "https://github.com/wetrial/create-wetrial/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/wetrial/create-wetrial"
},
"license": "MIT",
"files": [
"cli.js",
"index.js",
"lib"
],
"bin": {
"create-wetrial": "cli.js"
},
"scripts": {
"test": "umi-test test/index.test.js",
"cov": "umi-test test/index.test.js --coverage",
"prettier": "prettier -c --write '**/*'",
"patch": "yarn version --patch && git push origin master && git push origin --tags",
"minor": "yarn version --minor && git push origin master && git push origin --tags",
"major": "yarn version --major && git push origin master && git push origin --tags"
},
"dependencies": {
"chalk": "^4.0.0",
"clipboardy": "^2.3.0",
"debug": "^4.1.1",
"execa": "^4.0.1",
"fs-extra": "^9.0.0",
"glob": "^7.1.6",
"inquirer": "^7.1.0",
"mkdirp": "^1.0.4",
"npmview": "^0.0.4",
"prettier": "^2.0.5",
"semver": "^7.3.2",
"sort-package-json": "^1.42.2",
"sylvanas": "^0.4.3",
"umi-utils": "^1.7.2",
"yargs-parser": "^18.1.3",
"yeoman-generator": "^4.10.0"
},
"devDependencies": {
"@types/jest": "^25.2.1",
"coffee": "^5.4.0",
"mm": "^3.2.0",
"np": "^6.2.3",
"rimraf": "^3.0.2",
"umi-test": "^1.9.6"
},
"authors": [
"xiexingen <[email protected]> (https://github.com/xiexingen)"
]
}