package.json 496 B

123456789101112131415161718192021
  1. {
  2. "name": "ohplay",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "main.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1",
  8. "proto": "pbjs -t static-module -w commonjs -o proto/bundle.js proto/*.proto"
  9. },
  10. "author": "",
  11. "license": "ISC",
  12. "dependencies": {
  13. "@dcloudio/uni-helper-json": "^1.0.13",
  14. "mqtt": "^4.1.0",
  15. "protobufjs": "^6.11.2"
  16. },
  17. "devDependencies": {
  18. "@types/html5plus": "^1.0.1",
  19. "@types/uni-app": "^1.4.3"
  20. }
  21. }