{
  "name": "@koobiq/design-tokens",
  "description": "Design tokens",
  "author": "",
  "license": "MIT",
  "keywords": [
    "tokens",
    "design",
    "system"
  ],
  "publishConfig": {
    "access": "public"
  },
  "exports": {
    "./*": {
      "default": "./*"
    },
    ".": {
      "types": "./web/js/index.d.ts",
      "require": "./web/js/index.js",
      "import": "./web/js/index.mjs"
    }
  },
  "version": "3.19.0",
  "types": "web/js/index.d.ts",
  "main": "web/js/index.js",
  "module": "web/js/index.mjs"
}