{
  "name": "{{ packageName }}",
  "version": "1.0.0",
  "description": "",
  "main": "dist/main.js",
  "type": "module",
  "scripts": {
//=IF (domelint)
    "postinstall": "npx do-me-lint",
//=END IF
    "dev": "vite dev",
    "build": "vite build",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
//=IF (type === 'http')
    "@moostjs/event-http": "^{{ version }}",
//=END IF
//=IF (wf)
    "@moostjs/event-wf": "^{{ version }}",
    "@wooksjs/http-static": "^0.6.0",
//=END IF
    "moost": "^{{ version }}"
  },
  "devDependencies": {
    "@moostjs/vite": "^{{ version }}",
    "@types/node": "^22.10.2",
    "typescript": "^5.7.2",
    "unplugin-swc": "^1.5.1",
    "vite": "^6.1.0"
  }
}
