UNPKG

@jellyfish-dev/ts-client-sdk

Version:
82 lines (81 loc) 2.24 kB
{ "name": "@jellyfish-dev/ts-client-sdk", "version": "0.4.0", "description": "Typescript client library for Jellyfish.", "license": "Apache-2.0", "author": "Membrane Team", "main": "./dist/src/index.js", "module": "./dist/src/index.js", "types": "./dist/src/index.d.ts", "files": [ "dist/src" ], "bugs": { "url": "https://github.com/jellyfish-dev/ts-client-sdk/issues" }, "homepage": "https://github.com/jellyfish-dev/ts-client-sdk#readme", "keywords": [ "webrtc", "membrane", "jellyfish" ], "repository": { "type": "git", "url": "git://github.com/jellyfish-dev/ts-client-sdk.git" }, "exports": { ".": "./dist/src/index.js" }, "typesVersions": { "*": { ".": [ "./dist/src/index.d.ts" ] } }, "scripts": { "build": "tsc", "e2e": "NODE_OPTIONS=--dns-result-order=ipv4first playwright test", "docs": "typedoc src", "format:fix": "prettier --write . --ignore-path ./.eslintignore", "format:check": "prettier --check . --ignore-path ./.eslintignore", "lint:fix": "eslint . --ext .ts,.tsx --fix", "lint:check": "eslint . --ext .ts,.tsx", "prepare": "tsc", "test": "vitest run tests/**", "test:coverage": "vitest run tests/** --coverage" }, "devDependencies": { "@playwright/test": "^1.40.1", "@types/events": "^3.0.3", "@types/node": "^20.10.3", "@types/uuid": "^9.0.8", "@typescript-eslint/eslint-plugin": "^7.8.0", "@typescript-eslint/parser": "^7.8.0", "@vitest/coverage-v8": "^1.6.0", "eslint": "^8.55.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-react-hooks": "^4.6.0", "fake-mediastreamtrack": "^1.2.0", "prettier": "^3.1.0", "prettier-plugin-tailwindcss": "^0.5.7", "react": "^18.2.0", "testcontainers": "^10.3.2", "typed-emitter": "^2.1.0", "typedoc": "^0.25.13", "typedoc-plugin-external-resolver": "^1.0.3", "typedoc-plugin-mdn-links": "^3.1.6", "typescript": "^4.9.5", "vitest": "^1.6.0", "zod": "^3.23.6" }, "dependencies": { "events": "^3.3.0", "ts-proto": "^1.165.0", "typed-emitter": "^2.1.0", "uuid": "^9.0.1" }, "directories": { "example": "examples" } }