{
  "name": "@okta/odyssey-design-tokens",
  "version": "1.69.0",
  "nx": {
    "tags": [
      "scope:core"
    ]
  },
  "description": "Design tokens for Odyssey, Okta's design system",
  "author": "Okta, Inc.",
  "license": "Apache-2.0",
  "sideEffects": false,
  "type": "module",
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    },
    "./scss": "./dist/index.scss"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/atko-eng/odyssey-design-system",
    "directory": "packages/core/odyssey-design-tokens"
  },
  "devDependencies": {
    "style-dictionary": "^3.9.2"
  },
  "scripts": {
    "prebuild": "style-dictionary clean --config ./config.cjs",
    "build": "style-dictionary build --config ./config.cjs"
  },
  "gitHead": "19770eb473e9e5e073dd9264e3660e2da0fef57f"
}
