{
  "name": "@baloise/ds-icons",
  "version": "19.11.0",
  "description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.",
  "repository": {
    "type": "git",
    "url": "https://github.com/baloise/design-system.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "homepage": "https://design.baloise.dev",
  "license": "Apache-2.0",
  "type": "module",
  "types": "./index.esm.d.ts",
  "module": "./index.esm.js",
  "main": "./index.esm.js"
}