{ "name": "billd-live", "version": "0.1.0", "description": "基于Vue3 + WebRTC + Node + SRS搭建的直播间", "keywords": [ "billd", "bilibili", "webrtc", "rtmp", "flv", "hls" ], "homepage": "https://live.hsslive.cn", "bugs": { "url": "https://github.com/galaxy-s10/billd-live/issues" }, "repository": { "type": "git", "url": "https://github.com/galaxy-s10/billd-live" }, "license": "MIT", "author": "shuisheng <2274751790@qq.com>", "type": "module", "scripts": { "build:beta": "vite build", "build:prod": "vite build", "copy": "ts-node ./deploy/handleGiteeJenkins.mjs", "cz": "cz", "deploy:beta": "node ./deploy/index.cjs --beta", "deploy:prod": "node ./deploy/index.cjs --prod", "dev": "vite", "lint": "eslint . --config ./eslint.config.js --cache", "lint:fix": "eslint . --config ./eslint.config.js --cache --fix", "preview": "vite preview", "release": "standard-version", "sync-repo": "ts-node ./deploy/handleSyncPublic.mjs" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "dependencies": { "@tencentcloud/chat": "^3.5.0", "@vicons/ionicons5": "^0.12.0", "@vueuse/components": "^11.1.0", "@vueuse/core": "^10.10.0", "@webav/av-cliper": "^1.0.6", "@webav/av-recorder": "^1.0.6", "axios": "^1.4.0", "billd-deploy": "^1.1.0", "billd-html-webpack-plugin": "^1.2.0", "billd-scss": "^0.0.8", "billd-utils": "^0.0.25", "cos-js-sdk-v5": "^1.8.6", "crypto-js": "^4.2.0", "fabric": "^5.3.0", "flv.js": "^1.6.2", "js-cookie": "^3.0.5", "jszip": "^3.10.1", "md-editor-v3": "^5.1.0", "mp4box": "^0.5.3", "mpegts.js": "^1.7.3", "naive-ui": "^2.34.4", "pinia": "^2.1.6", "pinia-plugin-persistedstate": "^3.2.1", "qiniu-js": "^3.4.2", "qrcode": "^1.5.4", "socket.io-client": "^4.8.0", "socket.io-msgpack-parser": "^3.0.2", "spark-md5": "^3.0.2", "vconsole": "^3.15.1", "video.js": "^8.21.0", "vue": "^3.5.13", "vue-i18n": "^9", "vue-lazyload": "^3.0.0", "vue-router": "^4.2.4", "vue3-danmaku": "^1.6.1", "webrtc-adapter": "^9.0.1" }, "devDependencies": {} }