{
  "name": "wakeonlan-web",
  "version": "1.0.12",
  "description": "Free GUI for waking up hosts using Wake-on-LAN (WoL)",
  "scripts": {
    "start": "./scripts/development_start.sh",
    "test": "./scripts/development_test.sh",
    "prepublishOnly": "./scripts/prepublish.sh",
    "postpack": "./scripts/clean.sh"
  },
  "bin": "./build/index.js",
  "author": "fluidblue",
  "license": "GPL-3.0-or-later",
  "repository": {
		"type": "git",
		"url": "https://github.com/fluidblue/wakeonlan-web"
	},
  "keywords": [
    "wake-on-lan",
    "wake on lan",
    "wake_on_lan",
    "wakeonlan",
    "wol",
    "wake",
    "automation"
  ],
  "devDependencies": {
    "@tsconfig/node14": "^1.0.1",
    "@types/cors": "^2.8.12",
    "@types/express": "^4.17.13",
    "@types/jasmine": "^3.8.2",
    "@types/node": "^16.4.7",
    "@types/node-fetch": "^2.5.12",
    "jasmine": "^3.8.0",
    "ts-node": "^10.1.0",
    "typescript": "^4.3.5"
  },
  "dependencies": {
    "cors": "^2.8.5",
    "express": "^4.17.1",
    "mariadb": "^2.5.4",
    "network": "^0.5.0",
    "node-fetch": "^2.6.3",
    "wakeonlan-utilities": "latest"
  }
}
