@mr_hugo/boredom
Version:
Another boring JavaScript framework.
16 lines (15 loc) • 351 B
JSON
{
"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"
}
}