{ "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": {}, "devDependencies": {} }