Files
clawfort/node_modules/@biomejs/biome/package.json
Santhosh Janardhanan e2406bf978
Some checks failed
quality-gates / lint-and-test (push) Has been cancelled
quality-gates / security-scan (push) Has been cancelled
Pushing to live
2026-02-13 10:19:01 -05:00

58 lines
1.3 KiB
JSON

{
"name": "@biomejs/biome",
"version": "2.3.15",
"bin": {
"biome": "bin/biome"
},
"homepage": "https://biomejs.dev",
"repository": {
"type": "git",
"url": "git+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",
"configuration_schema.json",
"README.md",
"LICENSE-APACHE",
"LICENSE-MIT",
"ROME-LICENSE-MIT"
],
"keywords": [
"format",
"lint",
"toolchain",
"JavaScript",
"TypeScript",
"JSON",
"JSONC",
"JSX",
"TSX",
"CSS",
"GraphQL"
],
"engines": {
"node": ">=14.21.3"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/biome"
},
"publishConfig": {
"provenance": true
},
"optionalDependencies": {
"@biomejs/cli-win32-x64": "2.3.15",
"@biomejs/cli-win32-arm64": "2.3.15",
"@biomejs/cli-darwin-x64": "2.3.15",
"@biomejs/cli-darwin-arm64": "2.3.15",
"@biomejs/cli-linux-x64": "2.3.15",
"@biomejs/cli-linux-arm64": "2.3.15",
"@biomejs/cli-linux-x64-musl": "2.3.15",
"@biomejs/cli-linux-arm64-musl": "2.3.15"
}
}