UNPKG

metacom

Version:

Communication protocol for Metarhia stack with rpc, events, binary streams, memory and db access

70 lines (69 loc) 1.64 kB
{ "name": "metacom", "version": "3.2.6", "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 && node --test", "types": "tsc -p tsconfig.json", "lint": "eslint . && prettier -c \"**/*.js\" \"**/*.json\" \"**/*.md\"", "fix": "eslint . --fix && prettier --write \"**/*.js\" \"**/*.json\" \"**/*.md\"" }, "engines": { "node": ">=18" }, "dependencies": { "metautil": "^5.4.0", "ws": "^8.18.3" }, "devDependencies": { "@types/node": "^24.5.2", "@types/ws": "^8.18.1", "eslint": "^9.36.0", "eslint-config-metarhia": "^9.1.3", "prettier": "^3.6.2", "typescript": "^5.9.2" } }