{
  "name": "@veltra/icons",
  "version": "1.3.7",
  "type": "module",
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./normal": {
      "types": "./dist/normal.d.ts",
      "import": "./dist/normal.js"
    },
    "./colorful": {
      "types": "./dist/colorful.d.ts",
      "import": "./dist/colorful.js"
    }
  },
  "scripts": {
    "icons:rename": "bun ./scripts/rename-svg-icons.ts",
    "icons:format": "bun ./scripts/format-svg.ts",
    "icons:gen": "bun ./scripts/gen-vue-icons.ts && bun ./scripts/gen-icon-barrels.ts",
    "icons:build-vue": "vp pack"
  },
  "devDependencies": {
    "svgo": "^4.0.2"
  },
  "peerDependencies": {
    "vue": ">=3.5.40"
  }
}
