UNPKG

@hashicorp/design-system-tokens

Version:
44 lines (43 loc) 1.14 kB
{ "name": "@hashicorp/design-system-tokens", "version": "2.3.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", "scripts": { "typecheck": "yarn tsc --noEmit", "lint": "yarn eslint --quiet --ext .js,.ts", "build": "tsx ./scripts/build" }, "devDependencies": { "@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.21", "path": "^0.12.7", "prettier": "^3.4.2", "style-dictionary": "^4.3.0", "tinycolor2": "^1.6.0", "ts-node": "^10.9.2", "tsx": "^4.19.2", "typescript": "^5.7.2" } }