-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.06 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.06 KB
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
{
"name": "biome-config-pixel",
"version": "2.1.7",
"description": "Preconfigured Biome config for Next.js, Typescript, and Tailwind CSS",
"main": "index.js",
"author": "Pixel Perfect Agency (https://pixelperfect.agency)",
"license": "MIT",
"contributors": [
{
"name": "Willem-Jaap",
"url": "https://github.com/Willem-Jaap"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/pixel-perfect-agency/biome-config-pixel.git"
},
"exports": {
".": "./biome.jsonc"
},
"files": [
"biome.jsonc"
],
"devDependencies": {
"@biomejs/biome": "^2.4.0"
},
"scripts": {
"lint": "biome check",
"lint:fix": "biome check --write"
},
"keywords": [
"biome",
"formatter",
"linter",
"typescript",
"nextjs",
"tailwindcss"
],
"packageManager": "pnpm@10.10.0",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}