{
  "name": "@db-ux/db-theme-icons",
  "type": "module",
  "version": "3.10.0",
  "main": "./build/js/index.js",
  "types": "./build/js/index.d.ts",
  "exports": {
    "./build/styles/*": {
      "sass": "./build/styles/*.scss",
      "default": "./build/styles/*.css"
    },
    "./build/*": "./build/*",
    ".": {
      "types": "./build/js/index.d.ts",
      "import": "./build/js/index.js"
    }
  },
  "files": [
    "agent",
    "build",
    "CHANGELOG.md",
    "*.license",
    "LICENSE"
  ],
  "license": "SEE LICENSE IN LICENSE",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "postinstall": "node build/scripts/index.js"
  }
}