{
  "name": "@central-icons-vue/round-filled-radius-3-stroke-1.5",
  "version": "1.1.293",
  "license": "SEE LICENSE IN LICENSE.md",
  "homepage": "https://iconists.co/central",
  "sideEffects": false,
  "main": "./index.js",
  "module": "./index.mjs",
  "types": "./index.d.ts",
  "exports": {
    ".": { "types": "./index.d.ts", "import": "./index.mjs", "require": "./index.js" },
    "./*": { "types": "./*/index.d.ts", "import": "./*/index.mjs", "require": "./*/index.js" }
  },
  "files": ["**/*.js", "**/*.mjs", "**/*.map", "**/*.d.ts", "**/*.md", "icons-index.json"],
  "scripts": {
    "preinstall": "node ./license-check.js",
    "build": "bun build.ts",
    "prepublishOnly": "npm run build",
    "lint": "biome format --write ."
  },
  "peerDependencies": { "vue": "^3" },
  "devDependencies": { "@types/node": "^24", "vue": "^3", "@biomejs/biome": "^2", "typescript": "^5" },
  "keywords": ["vue", "icons", "svg", "central-icons", "icon-pack"],
  "author": "Iconists"
}
