package.json 247 B

12345678910111213
  1. {
  2. "name": "urtc-demo-purejs",
  3. "version": "1.0.0",
  4. "description": "UCloud RTC 纯 JS 版本的 demo",
  5. "scripts": {
  6. "start": "npx serve . -p 3001"
  7. },
  8. "author": "",
  9. "license": "MIT",
  10. "dependencies": {
  11. "serve": "^11.2.0"
  12. }
  13. }