{
  "name": "@adyen/ui-assets-icons-16",
  "version": "7.9.7",
  "description": "Adyen UI Assets for 16px systems",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git@github.com:Adyen/bento.git"
  },
  "main": "dist/index.js",
  "sideEffects": [
    "**/*.css"
  ],
  "files": [
    "dist/"
  ],
  "exports": {
    ".": "./dist/index.js",
    "./svg/*": "./dist/svg/*",
    "./vue/*": {
      "types": "./dist/vue/*.d.ts",
      "default": "./dist/vue/*.vue"
    }
  },
  "devDependencies": {
    "svgo": "2.8.1",
    "vue": "2.7.16",
    "vite": "7.3.5",
    "@adyen/ui-assets-cli": "1.10.8"
  },
  "peerDependencies": {
    "vue": "~2.7 || ~3"
  },
  "peerDependenciesMeta": {
    "vue": {
      "optional": true
    }
  },
  "license": "MIT",
  "scripts": {
    "sync": "../icons-cli/bin/index.js sync-version-record icons16",
    "sync:local": "node --env-file=../.env ../icons-cli/bin/index.js sync-version-record icons16 true",
    "fetch": "pnpm run fetch:clean && pnpm run fetch:figma && pnpm run fetch:optimize",
    "fetch:local": "pnpm run fetch:clean && pnpm run fetch:figma-local && pnpm run fetch:optimize",
    "fetch:clean": "rm -rf svg",
    "fetch:figma": "../icons-cli/bin/index.js fetch-component-svgs icons16 ./svg/fetched",
    "fetch:figma-local": "node --env-file=../.env ../icons-cli/bin/index.js fetch-component-svgs icons16 ./svg/fetched",
    "fetch:optimize": "pnpm svgo --config ../config/svgo.conf.js -r -f ./svg/fetched -o ./svg/optimized",
    "build": "pnpm run build:clean && pnpm run build:components && pnpm run build:bundle",
    "build:clean": "rm -rf dist build",
    "build:components": "../icons-cli/bin/index.js componentize-svgs ./svg/optimized ./build --dynamic-color",
    "build:bundle": "pnpm vite build --config ../config/vite.config.mts",
    "test": "SCOPE=icons-16 ../test/icon-optimization.sh",
    "pack": "pnpm pack"
  }
}