-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 785 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 785 Bytes
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
{
"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. <info@globexdesigns.com>",
"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": {
"biome:check": "biome check --write",
"lint": "bun biome:check && bun packagelint",
"packagelint": "prettier-package-json --use-tabs --write ./package.json",
"test": "bun lint"
},
"dependencies": {
"@biomejs/biome": "2.4.13",
"lefthook": "2.1.6",
"prettier-package-json": "2.8.0"
}
}