{
  "name": "{{ packageName }}",
  "version": "1.0.0",
  "description": "",
  "main": "dist/main.js",
  "type": "module",
  "scripts": {
    "dev": "vite dev",
    "build": "vite build",
//=IF (oxc)
    "lint": "oxlint",
    "format": "oxfmt .",
    "format:check": "oxfmt --check .",
//=END IF
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@moostjs/event-http": "^{{ version }}",
//=IF (ws)
    "@moostjs/event-ws": "^{{ version }}",
//=END IF
//=IF (wf)
    "@moostjs/event-wf": "^{{ version }}",
    "@wooksjs/http-static": "^0.7.12",
//=END IF
    "moost": "^{{ version }}"
  },
  "devDependencies": {
    "@moostjs/vite": "^{{ version }}",
    "@types/node": "^22.10.2",
//=IF (oxc)
    "oxlint": "^1.49.0",
    "oxfmt": "^0.34.0",
//=END IF
    "typescript": "^5.7.2",
    "vite": "^8.0.0"
  }
}
