{
  "//": [
    "This is for deployment environments only (ex. Heroku).",
    "Do not run `npm install` in `dist/` if you are a dev."
  ],
  "type": "commonjs",
  "files": [
    "client/",
    "server/"
  ],
  "scripts": {
    "start": "node --disable-proto=delete server/index.js"
  },
  "engines": {
    "node": "16.x"
  },
  "name": "capswalk",
  "license": "LicenseRef-LICENSE.md",
  "author": "David Fong (https://github.com/david-fong)",
  "description": "A multiplayer typing game for learning written languages.",
  "keywords": [
    "typing",
    "game"
  ],
  "version": "0.12.0",
  "dependencies": {
    "koa": "=2.13.4",
    "koa-static": "=5.0.0",
    "ws": "=8.4.2"
  },
  "repository": "github:david-fong/capswalk"
}