{
  "name": "webo",
  "version": "4.3.8",
  "type": "module",
  "description": "a development tool for the web",
  "import": "lib/webo.js",
  "types": "webo.d.ts",
  "bin": {
    "webo": "cli.js"
  },
  "scripts": {
    "types:check": "tsc",
    "preversion": "npm run types:check"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/synartisis/webo"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "mime": "^4.1.0",
    "rollup": "^4.59.0",
    "syn-html-parser": "^0.4.1",
    "ws": "^8.19.0"
  },
  "devDependencies": {
    "@types/node": "^24.0.0",
    "@types/ws": "^8.18.1"
  }
}
