forked from Tencent/feflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 2.12 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
73
74
75
76
77
78
79
80
{
"name": "feflow-cli",
"version": "0.15.8",
"description": "A command line tool aims to improve front-end engineer workflow.",
"main": "lib/core/index.js",
"scripts": {
"commitmsg": "validate-commit-msg",
"commit": "git-cz ",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"test": "istanbul cover node_modules/mocha/bin/_mocha && codecov",
"authors": "git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' | grep -v 'gitter.im' | grep -v '.local>' | grep -v 'tencent.com' > AUTHORS"
},
"repository": {
"type": "git",
"url": "https://github.com/feflow/feflow.git"
},
"keywords": [
"workflow",
"commandline",
"front-end"
],
"engines": {
"node": ">=6.0.0"
},
"license": "MIT",
"bin": {
"feflow": "./bin/feflow"
},
"configs": {
"compatibleVersion": ">=0.15.4"
},
"dependencies": {
"abbrev": "^1.1.0",
"babel-eslint": "^10.0.1",
"bluebird": "^3.5.0",
"bunyan": "^1.8.12",
"chalk": "^2.1.0",
"co": "^4.6.0",
"cross-spawn": "^5.1.0",
"easy-table": "^1.1.0",
"eslint": "^4.19.1",
"eslint-config-ivweb": "^0.1.5",
"eslint-config-prettier": "^4.3.0",
"eslint-config-xo": "^0.26.0",
"eslint-plugin-prettier": "^3.1.0",
"figlet": "^1.2.0",
"find-parent-dir": "^0.3.0",
"fs-extra": "^7.0.0",
"hexo-fs": "^0.2.1",
"humps": "^2.0.1",
"inquirer": "^6.2.0",
"js-yaml": "^3.9.1",
"meow": "^3.7.0",
"minimist": "^1.2.0",
"ora": "^1.3.0",
"os": "^0.1.1",
"osenv": "^0.1.4",
"pify": "^4.0.1",
"request": "^2.81.0",
"request-promise": "^4.2.1",
"semver": "^5.4.1",
"staged-git-files": "^1.2.0",
"yeoman-environment": "^2.3.4"
},
"devDependencies": {
"chai": "^4.1.1",
"chai-as-promised": "^7.1.1",
"codecov": "^2.3.0",
"commitizen": "^2.3.0",
"conventional-changelog-cli": "^1.2.0",
"babel-eslint": "^10.0.1",
"eslint-config-ivweb": "^0.1.4",
"eslint": "^4.11.0",
"husky": "^0.13.1",
"istanbul": "^0.4.5",
"mocha": "^3.5.0",
"sinon": "^3.2.1",
"validate-commit-msg": "^2.11.1"
}
}