{
  "name": "@ozen-ui/fonts",
  "version": "0.85.0",
  "description": "A collection of fonts",
  "license": "MIT",
  "main": "style.css",
  "sideEffects": [
    "*.css"
  ],
  "keywords": [
    "Özen-UI",
    "Design system",
    "fonts",
    "roboto"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "clean": "rimraf .turbo",
    "test": "exit 0",
    "lint:css": "stylelint --fix **/*.css",
    "lint": "pnpm lint:css",
    "release": "pnpm publish --no-git-checks",
    "build": "exit 0",
    "type-check": "exit 0"
  }
}