UNPKG

@dareharu/biome-config

Version:
47 lines 1.05 kB
{ "name": "@dareharu/biome-config", "version": "5.0.1", "description": "Shareable Biome configuration for Dareharu project", "author": "@dareharu", "license": "MIT", "main": "biome.jsonc", "engines": { "node": ">=16", "npm": ">=8" }, "exports": { ".": "./biome.jsonc" }, "sideEffects": false, "homepage": "https://github.com/dareharu/shareable-configs/tree/main/packages/biome-config", "repository": { "type": "git", "url": "git+https://github.com/dareharu/shareable-configs", "directory": "packages/biome-config" }, "bugs": { "url": "https://github.com/github.com/dareharu/shareable-configs/issues" }, "devDependencies": { "@favware/cliff-jumper": "^4.0.2" }, "keywords": [ "dareharu", "biome", "biomejs", "biome config", "format", "lint" ], "publishConfig": { "access": "public" }, "files": [ "biome.jsonc" ], "scripts": { "build": "echo 'No build step'", "bump": "cliff-jumper", "check-update": "cliff-jumper --dry-run" } }