{
  "name": "@hitachivantara/uikit-styles",
  "version": "6.0.3",
  "type": "module",
  "private": false,
  "author": "Hitachi Vantara UI Kit Team",
  "description": "UI Kit styling solution.",
  "homepage": "https://github.com/pentaho/hv-uikit-react",
  "sideEffects": false,
  "keywords": [
    "hitachi-vantara",
    "design-system",
    "ui-kit",
    "typescript"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pentaho/hv-uikit-react.git",
    "directory": "packages/styles"
  },
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/pentaho/hv-uikit-react/issues"
  },
  "dependencies": {
    "csstype": "^3.1.3"
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public",
    "directory": "package"
  },
  "gitHead": "a80406b1865bb35a4e5c23e1c4fa2e7266f77f4e",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "types": "dist/index.d.ts",
  "module": "dist/index.js"
}
