UNPKG

@4players/odin-foundation

Version:

A set of classes defining a standard protocol for messaging and user data built on top of the Odin protocol.

30 lines (29 loc) 795 B
{ "name": "@4players/odin-foundation", "version": "0.2.2", "description": "A set of classes defining a standard protocol for messaging and user data built on top of the Odin protocol.", "keywords": [ "odin", "foundation" ], "private": false, "author": "Phillip Schuster", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", "types": "./lib/index.d.js", "scripts": { "build": "tsc -b ./tsconfig.cjs.json ./tsconfig.esm.json", "docs": "typedoc src/index.ts --json docs/api.json --excludeExternals --excludePrivate" }, "license": "MIT", "dependencies": { "hash.js": "^1.1.7" }, "devDependencies": { "@types/node": "^18.11.18", "esm": "^3.2.25", "rimraf": "^4.0.4", "typescript": "^4.9.4", "typedoc": "^0.23.0" } }