UNPKG

pj-trtc-web

Version:

品杰科技音视频通话组件

44 lines 1.01 kB
{ "name": "pj-trtc-web", "version": "1.0.19", "private": false, "type": "module", "main": "./dist/pj-trtc-web.umd.cjs", "typings": "./dist/pj-trtc-web.d.ts", "scripts": { "dev": "vite", "build": "vite build", "build:all": "npm run build:types && npm run build", "preview": "vite preview", "pub": "npm run build && npm publish" }, "dependencies": { "trtc-sdk-v5": "^5.8.3", "vue": "^3.3.0" }, "devDependencies": { "@types/node": "^20.0.0", "@vitejs/plugin-vue": "^4.5.0", "sass": "^1.69.0", "typescript": "^5.0.0", "vite": "^5.0.0", "vite-plugin-dts": "^3.0.0", "vue-tsc": "^1.8.0" }, "peerDependencies": { "vue": "^3.3.0" }, "description": "品杰科技音视频通话组件", "keywords": [ "vue", "trtc", "web", "component" ], "author": "hHui", "license": "MIT", "repository": { "type": "git", "url": "git+http://192.168.0.35/PjTRTC.git" } }