@maggioli-design-system/design-tokens
Version:
This is the Design Token library of Maggioli Design System, here you'll find all the visual data used around the libraries.
72 lines (71 loc) • 1.99 kB
JSON
{
"name": "@maggioli-design-system/design-tokens",
"version": "14.1.0",
"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-figma-tokens": "tsx scripts/generate-figma-tokens.ts",
"build-cli": "tsc --project tsconfig.cli.json",
"build-style-dictionary": "tsx scripts/build.ts",
"clean": "tsx scripts/clean.ts",
"postbuild": "tsx scripts/postbuild.ts",
"cli": "npm run clean && npm run build-cli && npm run postbuild && node ./dist/src/cli.mjs",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "vitest --run"
},
"main": "dist/js/tailwind-colors-css-vars.js",
"files": [
"/dist/"
],
"bin": {
"magma-design-tokens": "dist/src/cli.mjs"
},
"dependencies": {
"apca-w3": "0.1.9",
"arg": "5.0.2",
"chalk": "5.4.1",
"chroma-js": "3.1.2",
"colorjs.io": "0.5.2",
"handlebars": "4.7.9",
"hex-rgb": "4.3.0",
"hsluv": "1.0.1",
"lilconfig": "3.1.3",
"style-dictionary": "3.9.0"
},
"devDependencies": {
"vitest": "3.2.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/magma-design-system/magma.git",
"directory": "projects/design-tokens"
},
"keywords": [
"amazon",
"data-driven",
"design-token",
"json",
"platform-agnostic",
"style-dictionary"
]
}