{
  "name": "@db-ux/s-bahn-theme",
  "type": "module",
  "version": "1.2.0",
  "files": [
    "agent",
    "build",
    "CHANGELOG.md",
    "*.license",
    "LICENSE"
  ],
  "dependencies": {
    "@db-ux/db-theme-fonts": "2.0.5",
    "@db-ux/db-theme-icons": "3.10.0",
    "@db-ux/db-theme-illustrative-icons": "3.3.0"
  },
  "license": "SEE LICENSE IN LICENSE",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "postinstall": "node build/scripts/index.js"
  }
}