@angablue/biome-config
Version:
A comprehensive Biome configuration package for JavaScript & TypeScript projects, with support for React.
32 lines (31 loc) • 718 B
JSON
{
"name": "@angablue/biome-config",
"version": "1.1.0",
"description": "A comprehensive Biome configuration package for JavaScript & TypeScript projects, with support for React.",
"main": "biome.jsonc",
"exports": {
".": "./biome.jsonc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AngaBlue/biome-config.git"
},
"keywords": [
"biome",
"biomejs",
"typescript"
],
"author": {
"name": "AngaBlue",
"email": "contact@anga.blue",
"url": "https://anga.blue"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/AngaBlue/biome-config/issues"
},
"homepage": "https://github.com/AngaBlue/biome-config#readme",
"peerDependencies": {
"@biomejs/biome": "^2.1.2"
}
}