{
  "name": "s-console",
  "private": true,
  "version": "1.0.0",
  "type": "module",
  "scripts": {
    "dev": "tsc && vite",
    "build": "tsc && vite build",
    "build:lib": "tsc && vite build",
    "build:demo": "tsc && vite build --config vite.demo.config.ts",
    "preview": "vite preview",
    "preview:demo": "vite preview --config vite.demo.config.ts --outDir dist-demo"
  },
  "devDependencies": {
    "@unocss/transformer-compile-class": "^66.5.0",
    "typescript": "~5.8.3",
    "unocss": "^66.5.0",
    "vite": "^7.1.2"
  }
}