UNPKG

odyssey-spatial-comms

Version:

Drop-in replacement for Dolby/Voxeet SDK using Odyssey Spatial Audio Service

51 lines (50 loc) 1.25 kB
{ "name": "odyssey-spatial-comms", "version": "1.1.0", "description": "Drop-in replacement for Dolby/Voxeet SDK using Odyssey Spatial Audio Service", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "dev": "tsc --watch", "test": "jest", "lint": "eslint src/**/*.ts", "prepublishOnly": "npm run build", "publish:npm": "npm publish --access public", "version:patch": "npm version patch", "version:minor": "npm version minor", "version:major": "npm version major" }, "keywords": [ "spatial-audio", "webrtc", "dolby", "voxeet", "conference", "real-time", "audio", "video" ], "author": "New Game Plus Inc", "license": "MIT", "dependencies": { "socket.io-client": "^4.7.2", "webrtc-adapter": "^8.2.3" }, "devDependencies": { "@types/node": "^20.0.0", "typescript": "^5.0.0", "jest": "^29.0.0", "@types/jest": "^29.0.0" }, "files": [ "dist/**/*", "README.md", "examples/**/*" ], "repository": { "type": "git", "url": "https://github.com/New-Game-Plus-Inc/odyssey-spatial-comms-sdk.git" }, "homepage": "https://github.com/New-Game-Plus-Inc/odyssey-spatial-comms-sdk" }