-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 878 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
40
{
"name": "mikey-pro",
"version": "7.5.2",
"description": "Mikey Pro Style Guide",
"dependencies": {
"@mikey-pro/eslint-config": "^7.5.2",
"@mikey-pro/prettier-config": "^7.2.5",
"@mikey-pro/stylelint-config": "^7.3.1",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"stylelint": "^16.4.0"
},
"files": [
"README.md",
"LICENSE"
],
"homepage": "https://github.com/chiefmikey/mikey-pro#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/chiefmikey/mikey-pro.git"
},
"bugs": {
"url": "https://github.com/chiefmikey/mikey-pro/issues"
},
"license": "MIT",
"keywords": [
"mikey-pro",
"mikey",
"pro",
"style-guide",
"styleguide",
"style",
"guide",
"lint",
"linter",
"format",
"formatter"
],
"author": "Mikl Wolfe <wolfe@mikl.io> (https://mikl.io)"
}