{
  "name": "@easysimplecool/design-system",
  "version": "0.2.49",
  "description": "Design tokens as CSS custom properties, generated from Tokens Studio.",
  "license": "MIT",
  "type": "module",
  "exports": {
    ".": "./dist/variables.css",
    "./variables.css": "./dist/variables.css",
    "./theme.css": "./dist/theme.css"
  },
  "files": [
    "dist",
    "guidelines"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/EasySimpleCool/npm-test.git"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "scripts": {
    "build": "npm run build:tokens",
    "build:tokens": "node scripts/build-all.mjs",
    "test": "node --test --test-concurrency=1 test/*.test.mjs",
    "validate:tokens": "node scripts/validate-tokens.mjs",
    "prepublishOnly": "npm run build"
  },
  "devDependencies": {
    "@tokens-studio/sd-transforms": "^1.3.0",
    "style-dictionary": "^4.0.0"
  }
}
