UNPKG

@livekit/components-core

Version:
66 lines 1.9 kB
{ "name": "@livekit/components-core", "version": "0.12.15", "license": "Apache-2.0", "author": "LiveKit", "repository": { "type": "git", "url": "https://github.com/livekit/components-js.git", "directory": "/packages/core" }, "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" } }, "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "sideEffects": false, "files": [ "dist", "src" ], "typings": "dist/index.d.ts", "dependencies": { "@floating-ui/dom": "1.7.6", "loglevel": "1.9.1", "rxjs": "7.8.2" }, "peerDependencies": { "livekit-client": "^2.20.1", "tslib": "^2.6.2" }, "devDependencies": { "@livekit/protocol": "1.50.4", "@microsoft/api-extractor": "^7.58.8", "@size-limit/file": "^12.0.0", "@size-limit/webpack": "^12.0.0", "eslint": "^10.0.0", "eslint-formatter-unix": "^9.0.1", "size-limit": "^12.0.0", "tsup": "^8.5.1", "typescript": "5.8.2", "vitest": "^4.1.8", "eslint-config-lk-custom": "0.1.3", "@livekit/components-styles": "1.2.0" }, "engines": { "node": ">=18" }, "publishConfig": { "access": "public" }, "scripts": { "build": "tsup --onSuccess \"tsc --declaration --emitDeclarationOnly\"", "dev": "tsup --watch --onSuccess \"tsc --declaration --emitDeclarationOnly\"", "lint": "eslint -f unix \"src/**/*.{ts,tsx}\"", "test": "vitest --run", "test:watch": "vitest", "size": "size-limit", "api-check": "echo \"🚧 api-checks for core are disabled!\" #TODO cleanup core api then activate api checks. api-extractor run --typescript-compiler-folder ../../node_modules/typescript", "api-extractor": "api-extractor run --local --typescript-compiler-folder ../../node_modules/typescript --verbose" } }