{
  "name": "@material-symbols-svg/metadata",
  "version": "0.8.0",
  "description": "Metadata and path data for Material Symbols icons across all styles",
  "type": "module",
  "main": "./icon-index.json",
  "sideEffects": false,
  "exports": {
    ".": "./icon-index.json",
    "./icon-index.json": "./icon-index.json",
    "./paths/*": "./paths/*.json",
    "./update-history.json": "./update-history.json",
    "./package.json": "./package.json"
  },
  "files": [
    "icon-index.json",
    "paths",
    "update-history.json",
    "README.md",
    "LICENSE"
  ],
  "keywords": [
    "material-symbols",
    "icons",
    "metadata",
    "paths",
    "svg",
    "typescript",
    "outlined",
    "rounded",
    "sharp"
  ],
  "author": "k-s-h-r",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/k-s-h-r/material-symbols-svg.git",
    "directory": "packages/metadata"
  },
  "bugs": {
    "url": "https://github.com/k-s-h-r/material-symbols-svg/issues"
  },
  "homepage": "https://material-symbols-svg.com",
  "engines": {
    "node": ">=16.0.0"
  },
  "scripts": {
    "build": "echo 'Metadata is generated by pnpm build:metadata from project root'"
  }
}