@hashicorp/design-system-tokens
Version:
Helios Design Tokens
50 lines • 1.41 kB
JSON
{
"name": "@hashicorp/design-system-tokens",
"version": "5.0.0",
"description": "Helios Design Tokens",
"keywords": [
"hashicorp",
"helios",
"design tokens",
"tokens",
"style dictionary"
],
"repository": {
"type": "git",
"url": "https://github.com/hashicorp/design-system.git",
"directory": "packages/tokens"
},
"license": "MPL-2.0",
"author": "HashiCorp Design Systems <design-systems@hashicorp.com>",
"type": "module",
"devDependencies": {
"@carbon/colors": "^11.39.0",
"@carbon/grid": "^11.42.0",
"@carbon/layout": "^11.40.0",
"@carbon/motion": "^11.34.0",
"@carbon/themes": "^11.59.0",
"@carbon/type": "^11.46.0",
"@types/fs-extra": "^11.0.4",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.10.2",
"@types/tinycolor2": "^1.4.6",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.18.1",
"eslint": "^8.57.1",
"fs-extra": "^11.2.0",
"lodash-es": "^4.17.23",
"path": "^0.12.7",
"prettier": "^3.4.2",
"style-dictionary": "^5.3.0",
"tinycolor2": "^1.6.0",
"ts-node": "^10.9.2",
"tsx": "^4.19.2",
"typescript": "^5.7.2"
},
"scripts": {
"typecheck": "pnpm tsc --noEmit",
"lint": "pnpm eslint --quiet --ext .js,.ts",
"extract-carbon-tokens": "tsx ./scripts/extract-carbon-tokens",
"build": "tsx ./scripts/build"
}
}