package.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "billd-live",
  3. "version": "0.1.0",
  4. "description": "基于Vue3 + WebRTC + Node + SRS搭建的直播间",
  5. "keywords": [
  6. "billd",
  7. "bilibili",
  8. "webrtc",
  9. "rtmp",
  10. "flv",
  11. "hls"
  12. ],
  13. "homepage": "https://live.hsslive.cn",
  14. "bugs": {
  15. "url": "https://github.com/galaxy-s10/billd-live/issues"
  16. },
  17. "repository": {
  18. "type": "git",
  19. "url": "https://github.com/galaxy-s10/billd-live"
  20. },
  21. "license": "MIT",
  22. "author": "shuisheng <2274751790@qq.com>",
  23. "type": "module",
  24. "scripts": {
  25. "build:beta": "vite build",
  26. "build:prod": "vite build",
  27. "copy": "ts-node ./deploy/handleGiteeJenkins.mjs",
  28. "cz": "cz",
  29. "deploy:beta": "node ./deploy/index.cjs --beta",
  30. "deploy:prod": "node ./deploy/index.cjs --prod",
  31. "dev": "vite",
  32. "lint": "eslint . --config ./eslint.config.js --cache",
  33. "lint:fix": "eslint . --config ./eslint.config.js --cache --fix",
  34. "preview": "vite preview",
  35. "release": "standard-version",
  36. "sync-repo": "ts-node ./deploy/handleSyncPublic.mjs"
  37. },
  38. "config": {
  39. "commitizen": {
  40. "path": "./node_modules/cz-conventional-changelog"
  41. }
  42. },
  43. "dependencies": {},
  44. "devDependencies": {}
  45. }