forked from akharin/code-styling
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 942 Bytes
/
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
{
"name": "@code-styling/cli",
"version": "0.0.6-beta.15",
"description": "Tools to support code style in various projects.",
"bin": {
"cs": "./bin/index.js"
},
"scripts": {
"pub": "npm publish --access public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/akharin/code-styling.git"
},
"keywords": [
"code-styling",
"code style",
"code styling",
"lint",
"prettier"
],
"author": "Alexey Kharin",
"license": "ISC",
"bugs": {
"url": "https://github.com/akharin/code-styling/issues"
},
"homepage": "https://github.com/akharin/code-styling#readme",
"dependencies": {
"@code-styling/eslint-config": "^0.0.6-beta",
"@code-styling/eslint-config-react": "^0.0.6-beta",
"@code-styling/eslint-config-ts": "^0.0.6-beta",
"@code-styling/prettier-config": "^0.0.6-beta",
"colorful": "^2.1.0",
"commander": "^2.19.0",
"fs-extra": "^7.0.1",
"gulp": "^4.0.0",
"minimist": "^1.2.0"
}
}