forked from biomejs/biome
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 886 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "@biomejs/biome",
"version": "1.6.4",
"bin": "bin/biome",
"scripts": {
"postinstall": "node scripts/postinstall.js"
},
"homepage": "https://biomejs.dev",
"repository": {
"type": "git",
"url": "https://github.com/biomejs/biome.git",
"directory": "packages/@biomejs/biome"
},
"author": "Emanuele Stoppa",
"license": "MIT OR Apache-2.0",
"bugs": "https://github.com/biomejs/biome/issues",
"description": "Biome is a toolchain for the web: formatter, linter and more",
"files": [
"bin/biome",
"scripts/postinstall.js",
"configuration_schema.json",
"README.md",
"LICENSE-APACHE",
"LICENSE-MIT",
"ROME-LICENSE-MIT"
],
"keywords": [
"JavaScript",
"TypeScript",
"format",
"lint",
"toolchain",
"JSON"
],
"engines": {
"node": ">=14.21.3"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/biome"
}
}