package.json 279 B

12345678910111213
  1. {
  2. "scripts": {
  3. "proto": "pbjs -t static-module -w commonjs -o proto/bundle.js proto/*.proto"
  4. },
  5. "dependencies": {
  6. "protobufjs": "^6.11.2"
  7. },
  8. "devDependencies": {
  9. "@dcloudio/uni-helper-json": "^1.0.13",
  10. "@types/html5plus": "^1.0.1",
  11. "@types/uni-app": "^1.4.3"
  12. }
  13. }