@rtco/client
Version:
artico client library
52 lines • 1.31 kB
JSON
{
"name": "@rtco/client",
"version": "0.3.2",
"description": "artico client library",
"keywords": [
"artico",
"webrtc",
"signaling",
"p2p",
"rtc"
],
"repository": {
"type": "git",
"url": "git+https://github.com/matallui/artico.git",
"directory": "packages/client"
},
"homepage": "https://github.com/matallui/artico/tree/main/packages/client",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"files": [
"dist"
],
"license": "MIT",
"author": "Luis Tanica <matallui@gmail.com>",
"dependencies": {
"@rtco/peer": "^0.3.2",
"bufferutil": "^4.0.9",
"eventemitter3": "^5.0.1",
"nanoid": "^5.1.5",
"socket.io-client": "^4.8.1",
"utf-8-validate": "^6.0.5"
},
"devDependencies": {
"@types/bun": "^1.2.10",
"bun-plugin-dts": "^0.3.0",
"eslint": "^9.25.0",
"prettier": "^3.5.3",
"typescript": "^5.8.3",
"@rtco/eslint-config": "0.0.0",
"@rtco/typescript-config": "0.1.0",
"@rtco/logger": "0.0.0",
"@rtco/prettier-config": "0.1.0"
},
"scripts": {
"build": "bun scripts/build.mjs",
"clean": "git clean -xfd .turbo node_modules dist",
"dev": "pnpm run build",
"format": "prettier --check . --ignore-path ../../.gitignore",
"lint": "eslint"
}
}