package.json 367 B

123456789101112131415161718
  1. {
  2. "name": "tcpandprotobuf",
  3. "version": "0.0.1",
  4. "description": "Interaction of tcp and protobuf",
  5. "type": "module",
  6. "scripts": {
  7. "tsc": "npx tsc -p tsconfig.json"
  8. },
  9. "author": "huazai",
  10. "license": "ISC",
  11. "devDependencies": {
  12. "@types/node": "^18.11.9",
  13. "protobufjs-cli": "^1.0.2"
  14. },
  15. "dependencies": {
  16. "protobufjs": "^7.1.2"
  17. }
  18. }