{
  "name": "boredom-minimal-starter",
  "private": true,
  "version": "0.0.0",
  "type": "module",
  "scripts": {
    "dev": "boredom --html src/components --static src",
    "build": "tsc && boredom build",
    "preview": "boredom preview"
  },
  "devDependencies": {
    "typescript": "~5.8.3",
    "boredom": "npm:@mr_hugo/boredom@^0.25.10"
  }
}
