-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
28 lines (28 loc) · 970 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
{
"private": true,
"name": "google-redesigned",
"version": "0.0.0",
"description": "CSS Code Standards for Globex Designs - Stylelint Shareable Config",
"license": "MIT",
"author": "Globex Designs, Inc. <[email protected]>",
"homepage": "https://github.com/EvHaus/google-redesigned",
"repository": {
"type": "git",
"url": "https://github.com/EvHaus/google-redesigned.git"
},
"bugs": {
"url": "https://github.com/EvHaus/google-redesigned/issues"
},
"scripts": {
"lint": "pnpm stylelint && pnpm packagelint",
"packagelint": "prettier-package-json --use-tabs --write ./package.json",
"stylelint": "stylelint-globex css/*.css",
"test": "pnpm lint"
},
"dependencies": {
"lefthook": "1.8.2",
"prettier-package-json": "2.8.0",
"stylelint-config-globex": "3.14.1"
},
"packageManager": "[email protected]+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
}