{
  "name": "@moneyforward/mfui-design-tokens",
  "version": "4.0.0",
  "description": "Design tokens for building styles of Money Forward UI components",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./css": "./dist/css/variables.css",
    "./css/*": "./dist/css/*.css",
    "./scss": "./dist/scss/_variables.scss",
    "./presets/*": "./dist/presets/*.ts"
  },
  "files": [
    "./LICENSE",
    "./README.md",
    "./dist",
    "./logo_with_isolation.svg",
    "./src",
    "./tokens"
  ],
  "bin": {
    "mfui-build-theme": "./dist/cli/buildTheme.js"
  },
  "keywords": [],
  "author": "Money Forward, Inc.",
  "license": "SEE LICENSE IN LICENSE",
  "dependencies": {
    "style-dictionary": "5.5.2"
  },
  "devDependencies": {
    "@pandacss/dev": "1.12.0",
    "@types/node": "24.12.0",
    "tsx": "4.23.12",
    "vitest": "4.1.11"
  },
  "scripts": {
    "build:clean": "rm -rf dist",
    "build": "pnpm build:clean && tsx src/build.ts",
    "build-theme": "tsx src/cli/buildTheme.ts",
    "test": "vitest run",
    "test:update": "vitest -u"
  }
}