-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.1 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
36
37
38
39
40
41
42
43
44
45
46
{
"author": {
"email": "hello@robinwalter.me",
"name": "Robin Walter",
"url": "https://robinwalter.me"
},
"bugs": {
"email": "hello@robinwalter.me",
"url": "https://github.com/robinwalterfit/biome-standard/issues"
},
"description": "A port of the StandardJS ESLint config to Biome.",
"devDependencies": {
"@evilmartians/lefthook": "1.7.15",
"eslint-config-love": "71.0.0",
"eslint-config-standard": "17.1.0",
"eslint-config-standard-jsx": "11.0.0",
"eslint-config-standard-react": "13.0.0"
},
"exports": {
"./biome": "./biome.jsonc"
},
"homepage": "https://github.com/robinwalterfit/biome-standard",
"keywords": [
"biome",
"css",
"formatter",
"javascript",
"json",
"linter",
"standard",
"static-code-analysis",
"style-guide",
"typescript"
],
"license": "(Apache-2.0 OR MIT)",
"name": "biome-standard",
"peerDependencies": {
"@biomejs/biome": "1.9.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/robinwalterfit/biome-standard.git"
},
"type": "module",
"version": "0.4.0"
}