{
  "name": "@maggioli-design-system/design-tokens",
  "version": "13.7.1",
  "description": "This is the Design Token library of Maggioli Design System, here you'll find all the visual data used around the libraries.",
  "author": "Vittorio Vittori",
  "contributors": [
    {
      "name": "Vittorio Vittori",
      "email": "vittorio.vittori@maggioli.it",
      "role": "UX UI Designer"
    },
    {
      "name": "Daniele Tardia",
      "email": "daniele.tardia@hibo.it",
      "role": "Senior Developer"
    },
    {
      "name": "Nicola Tamburini",
      "email": "nicola.tamburini@maggioli.it",
      "role": "Software Engineer"
    }
  ],
  "license": "ISC",
  "scripts": {
    "build": "npm run clean && npm run build-style-dictionary && npm run build-figma-tokens && npm run build-cli",
    "build-css-tokens": "run-for-every-file --src ./tokens/css/ --dest dist/scss/ --file '**/*.json' --not-file '**/*.scss' --run 'json-to-scss {{src-file}} {{dest}}{{file-name-ext}}'",
    "build-palette": "node leonardo.mjs",
    "build-figma-tokens": "npx tsx scripts/generate-figma-tokens.ts",
    "build-cli": "tsc --project tsconfig.cli.json",
    "build-style-dictionary": "npx tsx scripts/build.ts",
    "clean": "npx tsx scripts/clean.ts",
    "postbuild": "npx tsx scripts/postbuild.ts",
    "cli": "npm run clean && npm run build-cli && npm run postbuild && node ./dist/src/cli.mjs",
    "test": "NODE_OPTIONS=--experimental-vm-modules jest"
  },
  "main": "dist/js/tailwind-colors-css-vars.js",
  "files": [
    "/dist/"
  ],
  "bin": {
    "magma-design-tokens": "dist/src/cli.mjs"
  },
  "dependencies": {
    "@adobe/leonardo-contrast-colors": "1.0.0",
    "arg": "5.0.2",
    "chalk": "5.4.1",
    "handlebars": "4.7.8",
    "hex-rgb": "4.3.0",
    "lilconfig": "3.1.3",
    "style-dictionary": "3.9.0"
  },
  "devDependencies": {
    "@babel/preset-env": "7.26.7",
    "@babel/preset-typescript": "7.26.0",
    "@types/jest": "29.5.14",
    "cli-testing-library": "^3.0.1",
    "jest": "29.7.0",
    "js-beautify": "1.14.11",
    "json-to-scss": "1.6.2",
    "run-for-every-file": "1.1.0",
    "ts-jest": "29.2.5",
    "ts-node": "10.9.2",
    "tsx": "4.19.3",
    "typescript": "5.7.3"
  },
  "repository": {
    "type": "git",
    "url": "https://git.maggioli.it/ricerca-sviluppo-new-media/design-system.git"
  },
  "keywords": [
    "amazon",
    "data-driven",
    "design-token",
    "json",
    "platform-agnostic",
    "style-dictionary"
  ]
}
