UNPKG

@4players/odin

Version:

A cross-platform SDK enabling developers to integrate real-time VoIP chat technology into their projects

59 lines (58 loc) 1.53 kB
{ "name": "@4players/odin", "version": "1.6.1", "description": "A cross-platform SDK enabling developers to integrate real-time VoIP chat technology into their projects", "author": "Josho Bleicker <josho.bleicker@4players.io> (https://www.4players.io)", "homepage": "https://www.4players.io", "repository": { "type": "git", "url": "https://github.com/4Players/odin-sdk-web.git" }, "keywords": [ "audio", "odin", "sdk", "opus", "client", "rtc", "voice", "voip" ], "private": false, "license": "ISC", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", "types": "./lib/index.d.ts", "exports": { ".": { "types": "./lib/index.d.ts", "import": "./lib/esm/index.js", "require": "./lib/cjs/index.js" } }, "scripts": { "build": "tsc -b ./tsconfig.cjs.json ./tsconfig.esm.json", "bundle": "npm run build && tsx ./esbuild.config.ts", "docs": "typedoc src/index.ts --json docs/api.json --excludeExternals --excludePrivate", "format": "prettier 'src/**/*.ts' --write", "lint": "eslint ." }, "engines": { "node": ">=14" }, "dependencies": { "@4players/odin-common": "~11.0.0", "@4players/odin-plugin-web": "~1.9.0" }, "devDependencies": { "esbuild": "~0.27.0", "eslint": "~9.39.0", "neostandard": "~0.13.0", "prettier": "~3.8.0", "tslib": "~2.8.0", "tsx": "~4.21.0", "typedoc": "~0.28.0", "typescript": "~5.6.0", "typescript-eslint": "~8.57.0" } }