{
  "name": "@devoinc/genesys-tokens",
  "version": "7.18.0",
  "description": "Design tokens generator",
  "keywords": [
    "genesys",
    "design",
    "tokens"
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/DevoInc/genesys-tokens.git"
  },
  "license": "MIT",
  "author": "Devo, Inc. Quvis Team (https://github.com/orgs/DevoInc/teams/quvis)",
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "main": "dist/index.cjs",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsup",
    "start": "npm run build",
    "test": "node brand-test/generate.js",
    "stryker": "stryker run"
  },
  "peerDependencies": {
    "quicktype-core": "23.x.x",
    "style-dictionary": "4.x.x"
  },
  "publishConfig": {
    "access": "public"
  },
  "engine": {
    "node": ">=22",
    "npm": ">=10"
  }
}
