{
  "name": "@kontikijs/socket",
  "version": "0.0.21",
  "description": "A server socket and client for Kontiki JS.",
  "keywords": [
    "web",
    "socket",
    "socket.io"
  ],
  "author": "Daniel K. Hendricks",
  "homepage": "https://kontikijs.org",
  "license": "MIT",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "typings": "dist/index.d.ts",
  "directories": {
    "dist": "dist"
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kontikijs/kontiki.git"
  },
  "scripts": {
    "test": "echo \"Error: run tests from root\" && exit 1",
    "build": "rollup -c"
  },
  "bugs": {
    "url": "https://github.com/kontikijs/kontiki/issues"
  },
  "dependencies": {
    "chalk": "^4.1.1",
    "consola": "^2.15.3",
    "socket.io": "^4.1.2",
    "socket.io-client": "^4.1.2",
    "vite": "^2.4.1"
  },
  "devDependencies": {
    "rollup": "^2.52.7"
  },
  "gitHead": "f0336a6be8c4e6056d9640ca2387f6a6a407a2f1"
}
