@huddle01/web-core
Version:
The Huddle01 Javascript SDK offers a comprehensive suite of methods and event listeners that allow for seamless real-time audio and video communication with minimal coding required.
59 lines (58 loc) • 1.9 kB
JSON
{
"name": "@huddle01/web-core",
"version": "2.5.0",
"description": "The Huddle01 Javascript SDK offers a comprehensive suite of methods and event listeners that allow for seamless real-time audio and video communication with minimal coding required.",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": ["dist", "types.d.ts"],
"scripts": {
"build": "rimraf dist && tsup --format esm,cjs",
"build:umd": "rimraf dist && tsup --format iife",
"watch": "tsup --watch",
"pub": "bun run build && npm publish --access public",
"pub:umd": "bun run build:umd && npm publish --access public --tag umd",
"pub:dev": "bun run build && npm publish --access public --tag dev",
"pub:alpha": "bun run build && npm publish --access public --tag alpha",
"pub:beta": "bun run build && npm publish --access public --tag beta",
"test": "vitest",
"test:types": "vitest typecheck"
},
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./types": {
"import": "./dist/types/index.js",
"types": "./dist/types/index.d.ts"
}
},
"keywords": ["huddle01", "web-core", "RTC", "web3"],
"contributors": [
"Om Gupta <omgupta0720@gmail.com>",
"Arush Kurundodi <arushkurundodi@gmail.com>",
"Mizan Ali <mizanalip786@gmail.com>",
"Akshit Gupta <A4748g@gmail.com>",
"Deepanshu Singh",
"Akash Mondal <akmo3901@gmail.com>"
],
"author": "OmGuptaIND",
"license": "ISC",
"devDependencies": {
"@vitest/browser": "^2.1.9",
"esbuild": "^0.25.2",
"jsdom": "^26.0.0",
"protoc": "workspace:*",
"tsconfig": "workspace:*",
"tsup": "^8.4.0",
"types": "workspace:*",
"typescript": "5.6.2",
"vitest": "^2.1.9",
"webdriverio": "^9.12.4"
},
"dependencies": {
"mediasoup-client": "3.8.2",
"zod": "^3.24.2"
}
}