@marcalexiei/biome-config
Version:
Custom BiomeJS config
45 lines • 1.14 kB
JSON
{
"name": "@marcalexiei/biome-config",
"version": "1.3.0",
"description": "Custom BiomeJS config",
"type": "module",
"publishConfig": {
"access": "public"
},
"keywords": [
"biome",
"config"
],
"repository": {
"type": "git",
"url": "https://github.com/marcalexiei/biome-config"
},
"author": "Marco Pasqualetti @marcalexiei",
"license": "MIT",
"exports": {
"./base": "./configs/base.json",
"./css": "./configs/css.json",
"./react": "./configs/react.json"
},
"files": [
"configs"
],
"peerDependencies": {
"@biomejs/biome": "^2.2.0"
},
"devDependencies": {
"@biomejs/biome": "2.2.0",
"@changesets/changelog-github": "0.5.1",
"@changesets/cli": "2.29.5",
"@types/node": "24.2.1"
},
"scripts": {
"format": "biome format",
"format:fix": "biome format --fix",
"format:tests": "pnpm -r exec biome format",
"format:tests:fix": "pnpm -r exec biome format --fix",
"test": "pnpm --workspace-concurrency=1 --filter=\"tests-*\" run test",
"release": "changeset publish",
"check-all": "pnpm run format && pnpm run test"
}
}