{
  "name": "hotweby",
  "version": "1.5.5",
  "description": "Automatic hot-reloading webserver using websockets",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "hotweby": "./dist/index.js"
  },
  "scripts": {
    "start": "node --enable-source-maps dist/index.js -p 48080 -d test",
    "build": "tsc",
    "exec": "tsc && node --enable-source-maps dist/index.js -p 48080 -d test",
    "dev": "nodemon -w ./src --ext *.ts -x \"tsc && node --enable-source-maps dist/index.js -p 48080 -d test\""
  },
  "keywords": [
    "cli",
    "commandline",
    "reloader",
    "html",
    "web",
    "hotreload",
    "hotserve",
    "hot",
    "livereload",
    "liveserve",
    "live",
    "autoreload",
    "autoserve",
    "auto",
    "automation",
    "website",
    "webserver"
  ],
  "author": {
    "name": "Majo Richter",
    "alias": "NobleMajo",
    "email": "majo@coreunit.net",
    "url": "https://github.com/NobleMajo"
  },
  "homepage": "https://github.com/NobleMajo/hotweby",
  "bugs": {
    "url": "https://github.com/NobleMajo/hotweby/issues"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:NobleMajo/hotweby.git"
  },
  "license": "MIT",
  "devDependencies": {
    "@types/express": "^4.17.21",
    "@types/node": "^20.12.7",
    "@types/ws": "^8.5.10",
    "nodemon": "^3.1.0",
    "ts-toolbelt": "^9.6.0",
    "typescript": "^5.4.5"
  },
  "dependencies": {
    "commander": "^12.1.0",
    "express": "^4.19.2",
    "ws": "^8.17.0"
  }
}
