{
  "name": "@zebra-fed/zeta-icons",
  "version": "0.11.5",
  "type": "module",
  "lastUpdated": "12 Aug 2025, 08:22:16",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "index.css",
    "dist/index.*s",
    "dist/types.*s",
    "dist/outputs/*",
    "dist/outputs/web/*",
    "outputs/web/**",
    "outputs/icons/**",
    "outputs/icon-manifest.json",
    "CHANGELOG.md"
  ],
  "exports": {
    ".": "./dist/index.js",
    "./icon-manifest.json": "./outputs/icon-manifest.json",
    "./icons/*": "./outputs/icons/*",
    "./font/*": "./outputs/web/*",
    "./index.css": "./index.css"
  },
  "devDependencies": {
    "@actions/core": "^1.11.1",
    "@figma/code-connect": "^1.3.4",
    "@types/chai": "^5.2.2",
    "@types/md5": "^2.3.5",
    "@types/mocha": "^10.0.10",
    "@types/node": "^24.1.0",
    "@types/react": "^18.3.23",
    "@zebra-fed/zeta-icon-validator": "0.2.2",
    "chai": "^5.2.1",
    "cheerio": "^1.1.2",
    "dotenv": "^17.2.0",
    "md5": "^2.3.0",
    "mocha": "11.7.1",
    "oslllo-svg-fixer": "^5.0.0",
    "prettier": "^3.6.2",
    "scale-that-svg": "^1.0.6",
    "sharp": "^0.34.3",
    "tsx": "^4.20.3",
    "typescript": "^5.8.3",
    "webfont": "^11.2.26"
  },
  "keywords": [
    "zeta",
    "icon",
    "library",
    "svg"
  ],
  "author": "Zebra Technologies - Innovation & Design - Front-end Development Team",
  "license": "MIT",
  "description": "The icon library for Zebra Technologies' Zeta Design System.",
  "scripts": {
    "pretest": "tsc -p tsconfig.test.json",
    "pretest:build": "tsc -p tsconfig.test.json",
    "pretest:connect": "tsc -p tsconfig.test.json",
    "test": "yarn run pretest && mocha test/**/*.test.ts -g fetchIcons -i --file ./test/setup.ts --timeout 100000",
    "test:build": "mocha test/**/*.test.ts -g fetchIcons --timeout 100000",
    "test:connect": "mocha test/code-connect/**/*.test.ts --timeout 100000",
    "build": "npx tsc -p tsconfig.build.json",
    "build:fetch-icons": "npx tsc -p tsconfig.scripts.json",
    "fetch-icons": "NODE_OPTIONS='--max-old-space-size=4096' yarn run build:fetch-icons && node --env-file=.env  --max-old-space-size=8192 ./.github/fetch_icons/index.js",
    "regenerate-test-files": "tsx test/fetch-icons/regenerateTestFiles.ts",
    "prepack": "yarn run build",
    "format-connect-files": "prettier outputs/code-connect.figma.ts --write",
    "create-connect-files": "node --env-file=.env ./.github/create_code_connect/index.js",
    "get-changed-icons": "yarn run build && node .github/get_changed_icons/index.js"
  },
  "resolutions": {
    "xml2js": "^0.5.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zebratechnologies/zeta-icons.git"
  },
  "bugs": {
    "url": "https://github.com/zebratechnologies/zeta-icons/issues"
  },
  "homepage": "https://github.com/zebratechnologies/zeta-icons#readme",
  "packageManager": "yarn@4.9.2"
}