{
  "name": "@identitate-ro/logos",
  "version": "1.3.7",
  "description": "Logo-uri oficiale ale instituțiilor publice din România — Official logos of Romanian public institutions",
  "license": "MIT",
  "author": "IdentitateRO Contributors",
  "repository": {
    "type": "git",
    "url": "https://github.com/laurentiucotet/IdentitateRO",
    "directory": "packages/logos"
  },
  "homepage": "https://identitate.eu",
  "keywords": [
    "romania",
    "logos",
    "institutions",
    "government",
    "branding",
    "svg",
    "visual-identity",
    "public-sector"
  ],
  "files": [
    "logos/**/*",
    "index.json",
    "identity-loader.js",
    "README.md",
    "LICENSE"
  ],
  "main": "index.json",
  "exports": {
    ".": "./index.json",
    "./loader": "./identity-loader.js",
    "./logos/*": "./logos/*"
  },
  "type": "module",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "generate": "node scripts/generate-index.js"
  }
}
