{
  "name": "@volue/design-sizing",
  "version": "0.3.15",
  "type": "module",
  "description": "Sizing primitives for Volue design primitives",
  "license": "UNLICENSED",
  "repository": {
    "type": "git",
    "url": "https://github.com/Volue/wave",
    "directory": "design-primitives/design-sizing"
  },
  "publishConfig": {
    "access": "public"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs",
      "default": "./dist/index.mjs"
    },
    "./dist/*": "./dist/*",
    "./package.json": "./package.json"
  },
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "sideEffects": false,
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "lint": "eslint . --cache",
    "lint:fix": "yarn run lint --fix",
    "_prettier": "prettier \"**/*.{json,md,mdx,yml,css}\"",
    "format": "yarn run _prettier --write",
    "test": "run-p lint \"_prettier --check\"",
    "clean": "premove dist",
    "build:tokens": "style-dictionary build",
    "build": "yarn run clean && yarn run build:tokens",
    "prepack": "yarn run build"
  },
  "devDependencies": {
    "@volue/eslint-config": "1.3.12",
    "eslint": "9.39.4",
    "map-obj": "4.3.0",
    "npm-run-all2": "8.0.4",
    "premove": "4.0.0",
    "prettier": "3.8.3",
    "style-dictionary": "5.4.3",
    "typescript": "5.9.3"
  }
}