package.json 522 B

12345678910111213141516171819
  1. {
  2. "name": "trafficBroadcast",
  3. "version": "1.0.0",
  4. "description": "这是云开发的快速启动指引,其中演示了如何上手使用云开发的三大基础能力:",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "http://113.142.79.114:10080/liyongli/trafficBroadcast.git"
  12. },
  13. "keywords": [],
  14. "author": "",
  15. "license": "ISC",
  16. "dependencies": {
  17. "@miniprogram-component-plus/tabs": "^1.0.0"
  18. }
  19. }