package.json 623 B

12345678910111213141516171819202122232425262728
  1. {
  2. "dependencies": {
  3. "@dcloudio/types": "^2.2.7",
  4. "@dcloudio/uni-helper-json": "^1.0.13",
  5. "axios": "^0.21.1",
  6. "crypto-js": "^4.0.0",
  7. "mqtt": "^4.1.0",
  8. "protobufjs": "^6.11.2"
  9. },
  10. "name": "mqttTest",
  11. "version": "1.0.0",
  12. "main": "main.js",
  13. "devDependencies": {
  14. "@types/html5plus": "^1.0.1",
  15. "@types/uni-app": "^1.4.3"
  16. },
  17. "scripts": {
  18. "test": "echo \"Error: no test specified\" && exit 1"
  19. },
  20. "repository": {
  21. "type": "git",
  22. "url": "http://60.205.190.38:9000/MiniProgram/MqttDemo.git"
  23. },
  24. "keywords": [],
  25. "author": "",
  26. "license": "ISC",
  27. "description": ""
  28. }