| 123456789101112131415161718 |
- {
- "name": "tcpandprotobuf",
- "version": "0.0.1",
- "description": "Interaction of tcp and protobuf",
- "type": "module",
- "scripts": {
- "tsc": "npx tsc -p tsconfig.json"
- },
- "author": "huazai",
- "license": "ISC",
- "devDependencies": {
- "@types/node": "^18.11.9",
- "protobufjs-cli": "^1.0.2"
- },
- "dependencies": {
- "protobufjs": "^7.1.2"
- }
- }
|