{
  "name": "@lssm/lib.design-system",
  "version": "1.43.4",
  "scripts": {
    "publish:pkg": "bun publish --tolerate-republish --ignore-scripts --verbose",
    "publish:pkg:canary": "bun publish:pkg --tag canary",
    "build": "bun build:types && bun build:bundle",
    "build:bundle": "tsdown",
    "build:types": "tsc --noEmit -p tsconfig.build.json",
    "dev": "bun run build:bundle --watch",
    "registry:build": "bun run scripts/build-registry.ts",
    "test": "bun test src/**/*.test.ts src/**/*.test.tsx",
    "lint": "bun run lint:fix",
    "lint:fix": "eslint src --fix",
    "lint:check": "eslint src"
  },
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "sideEffects": false,
  "tree-shake": true,
  "dependencies": {
    "@hookform/resolvers": "5.2.2",
    "@lssm/lib.ai-agent": "1.43.4",
    "@lssm/lib.contracts": "1.43.4",
    "@lssm/lib.ui-kit": "1.43.3",
    "@lssm/lib.ui-kit-web": "1.43.3",
    "class-variance-authority": "^0.7.1",
    "clsx": "^2.1.1",
    "lucide-react": "^0.562.0",
    "react": "19.2.3",
    "react-dom": "19.2.3",
    "tailwind-merge": "^3.3.1",
    "tailwindcss-animate": "^1.0.7",
    "zod": "^4.1.13",
    "next": "16.1.1"
  },
  "devDependencies": {
    "@lssm/tool.typescript": "1.43.3",
    "@lssm/tool.tsdown": "1.43.3",
    "@types/node": "^24.9.0",
    "@types/react-dom": "^19.0.14",
    "postcss": "^8.5",
    "tailwindcss": "4.1.18",
    "tsdown": "^0.18.3",
    "typescript": "^5.9.3"
  },
  "module": "./dist/index.js",
  "files": [
    "dist",
    "README.md"
  ],
  "exports": {
    ".": "./dist/index.js",
    "./*": "./*"
  },
  "publishConfig": {
    "access": "public",
    "exports": {
      ".": "./dist/index.js",
      "./*": "./*"
    },
    "registry": "https://registry.npmjs.org/"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/lssm-tech/contractspec.git",
    "directory": "packages/libs/design-system"
  },
  "homepage": "https://contractspec.io"
}
