123456789101112131415161718192021 |
- {
- "name": "ohplay",
- "version": "1.0.0",
- "description": "",
- "main": "main.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1",
- "proto": "pbjs -t static-module -w commonjs -o proto/bundle.js proto/*.proto"
- },
- "author": "",
- "license": "ISC",
- "dependencies": {
- "@dcloudio/uni-helper-json": "^1.0.13",
- "mqtt": "^4.1.0",
- "protobufjs": "^6.11.2"
- },
- "devDependencies": {
- "@types/html5plus": "^1.0.1",
- "@types/uni-app": "^1.4.3"
- }
- }
|