-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.18 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
{
"name": "viison-style-guide",
"version": "5.18.0",
"description": "Style-Guide",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/VIISON/style-guide.git"
},
"author": "VIISON",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/VIISON/style-guide/issues"
},
"scripts": {
"eslint": "eslint .",
"eslint:fix": "eslint --fix .",
"lint-structured-files": "./structured-files/lint-structured-files.sh --ignore-path .gitignore --check",
"lint-structured-files:fix": "./structured-files/lint-structured-files.sh --ignore-path .gitignore --write"
},
"dependencies": {
"@prettier/plugin-xml": "^0.13.1",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-promise": "^4.1.1",
"prettier": "^2.2.1",
"realpath": "^1.1.0"
},
"bin": {
"lint-structured-files": "./structured-files/lint-structured-files.sh"
},
"prettier": "./structured-files/.prettierrc.json",
"private": true,
"homepage": "https://github.com/VIISON/style-guide#readme"
}