{
  "name": "metacom",
  "version": "3.2.5",
  "author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",
  "description": "Communication protocol for Metarhia stack with rpc, events, binary streams, memory and db access",
  "license": "MIT",
  "keywords": [
    "metacom",
    "metarhia",
    "impress",
    "server",
    "client",
    "socket",
    "websocket",
    "rpc",
    "events",
    "sync",
    "globalstorage",
    "protocol",
    "stream"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/metarhia/metacom"
  },
  "bugs": {
    "url": "https://github.com/metarhia/metacom/issues",
    "email": "timur.shemsedinov@gmail.com"
  },
  "homepage": "https://metarhia.com",
  "funding": {
    "type": "patreon",
    "url": "https://www.patreon.com/tshemsedinov"
  },
  "main": "metacom.js",
  "types": "metacom.d.ts",
  "browser": {
    "./metacom.js": "./dist/metacom.js"
  },
  "files": [
    "dist/",
    "lib/",
    "metacom.d.ts",
    "CHANGELOG.md",
    "SECURITY.md"
  ],
  "readmeFilename": "README.md",
  "scripts": {
    "test": "npm run -s lint && npm run types && metatests test/",
    "types": "tsc -p tsconfig.json",
    "lint": "eslint . && prettier -c \"**/*.js\" \"**/*.json\" \"**/*.md\"",
    "fix": "eslint . --fix && prettier --write \"**/*.js\" \"**/*.json\" \"**/*.md\""
  },
  "engines": {
    "node": "18 || 20 || 21 || 22 || 23 || 24"
  },
  "dependencies": {
    "metautil": "5.2.5",
    "ws": "^8.18.2"
  },
  "devDependencies": {
    "@types/node": "^22.15.21",
    "@types/ws": "^8.5.12",
    "eslint": "^9.27.0",
    "eslint-config-metarhia": "^9.1.1",
    "metatests": "^0.9.1",
    "prettier": "^3.3.3",
    "typescript": "^5.8.3"
  }
}
