{
  "name": "@kiwicom/orbit-design-tokens",
  "version": "10.1.0",
  "description": "Design tokens for Kiwi.com.",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "type": "module",
  "types": "./dist/index.d.ts",
  "engines": {
    "node": ">=22.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/kiwicom/orbit",
    "directory": "packages/orbit-design-tokens"
  },
  "files": [
    "dist",
    "package.json",
    "README.md"
  ],
  "scripts": {
    "fetch:colors": "zx ./scripts/fetchBaseTokens.mjs",
    "check:types": "tsc",
    "test": "jest",
    "build": "yarn clean && yarn build:dictionary && tsup && yarn eslint --fix src/js/*.ts",
    "build:dictionary": "node --loader ts-node/esm ./src/dictionary/build.ts",
    "prepublishOnly": "yarn build",
    "clean": "del-cli dist output src/js/createTokens.* src/js/defaultFoundation.*"
  },
  "author": "Kiwi.com",
  "license": "MIT",
  "keywords": [
    "orbit",
    "ui",
    "design",
    "tokens"
  ],
  "devDependencies": {
    "@types/lodash": "^4.17.7",
    "figx": "^0.1.3",
    "lodash": "^4.17.21",
    "memfs": "^3.5.1",
    "style-dictionary": "^3.8.0",
    "xml": "^1.0.1"
  },
  "dependencies": {
    "color2k": "^2.0.3"
  },
  "gitHead": "26853268bd4da797c6f8f2998639337bf742d18e"
}
