{
  "name": "webserver.local",
  "version": "1.1.1",
  "description": "A simple express local server with client-side routing",
  "main": "run.js",
  "bin": {
    "webserver.local": "run.js"
  },
  "scripts": {
    "test": "echo 'tests'",
    "start": "node run.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/raulanatol/webserver.local.git"
  },
  "keywords": [
    "express",
    "server",
    "local",
    "client-side routing"
  ],
  "author": "raulanatol",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/raulanatol/webserver.local/issues"
  },
  "homepage": "https://github.com/raulanatol/webserver.local#readme",
  "dependencies": {
    "chalk": "5.2.0",
    "express": "4.18.2",
    "meow": "11.0.0",
    "morgan": "1.10.0",
    "update-notifier": "6.0.2"
  },
  "engines": {
    "node": "=18.14.0",
    "npm": "=9.3.1"
  },
  "type": "module",
  "engineStrict": true,
  "devDependencies": {
    "@types/node": "18.13.0"
  }
}
