12345678910111213 |
- {
- "scripts": {
- "proto": "pbjs -t static-module -w commonjs -o proto/bundle.js proto/*.proto"
- },
- "dependencies": {
- "protobufjs": "^6.11.2"
- },
- "devDependencies": {
- "@dcloudio/uni-helper-json": "^1.0.13",
- "@types/html5plus": "^1.0.1",
- "@types/uni-app": "^1.4.3"
- }
- }
|