{
  "name": "lively4-server",
  "version": "2.0.0",
  "description": "Lively4 Server",
  "main": "http-server.js",
  "scripts": {
    "test": "mocha",
    "start": "node src/http-server.js",
    "docs": "jsdoc -c .jsdoc.json"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/LivelyKernel/lively4-server.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/LivelyKernel/lively4-server/issues"
  },
  "homepage": "https://github.com/LivelyKernel/lively4-server",
  "dependencies": {
    "argv": "^0.0.3",
    "express": "^4.21.2",
    "express-ws": "^5.0.2",
    "http-proxy": "^1.18.1",
    "log-timestamp": "^0.3.0",
    "mime": "^4.0.6",
    "mkdirp": "^3.0.1",
    "node-fetch": "^3.3.2",
    "node-pty": "^1.0.0",
    "slash": "^5.1.0"
  },
  "devDependencies": {
    "better-docs": "^2.7.3",
    "chai": "^5.2.0",
    "esm": "^3.2.25",
    "jsdoc": "^4.0.2",
    "jszip": "^3.10.1",
    "mocha": "^11.1.0",
    "ws": "^8.18.3"
  },
  "jshintConfig": {
    "esversion": 6
  },
  "type": "module"
}
