{
  "name": "vibescript",
  "private": true,
  "scripts": {
    "start": "HOST=${HOST:-0.0.0.0}; PORT=3000; bun ./demos/*/index.html --host=$HOST:$PORT",
    "start:templates": "HOST=${HOST:-0.0.0.0}; PORT=3000; bun ./drafts/demo_templates/*/index.html --host=$HOST:$PORT",
    "check": "tsgo && oxlint --type-aware demos --ignore-pattern '*.js'"
  },
  "devDependencies": {
    "@typescript/native-preview": "latest",
    "oxlint": "latest",
    "oxlint-tsgolint": "latest",
    "typescript": "^6.0.2"
  },
  "dependencies": {
    "@chenglou/pretext": "^0.0.5"
  }
}
