-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.02 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.02 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
45
46
{
"name": "@apst/biome",
"version": "0.3.1",
"description": "A shareable Biome configuration",
"keywords": [
"biomejs",
"biome",
"configuration",
"config",
"ts",
"typescript",
"js",
"javascript"
],
"homepage": "https://github.com/alpheuscfg/biome",
"bugs": "https://github.com/alpheuscfg/biome/issues",
"repository": {
"type": "git",
"url": "https://github.com/alpheuscfg/biome.git"
},
"license": "MIT",
"author": {
"name": "Alpheus",
"email": "contact@alphe.us"
},
"type": "module",
"exports": {
".": "./biome.jsonc",
"./package.json": "./package.json"
},
"main": "./biome.jsonc",
"files": [
"biome.jsonc"
],
"devDependencies": {
"@biomejs/biome": "2.0.0"
},
"peerDependencies": {
"@biomejs/biome": "^2.0.0"
},
"peerDependenciesMeta": {
"@biomejs/biome": {
"optional": true
}
}
}