Files
gomoku/client/package.json
T
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
23d3d2cfa3 chore(deps): bump protobufjs from 7.5.5 to 7.5.8 in /client (#9)
Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 7.5.5 to 7.5.8.
- [Release notes](https://github.com/protobufjs/protobuf.js/releases)
- [Changelog](https://github.com/protobufjs/protobuf.js/blob/protobufjs-v7.5.8/CHANGELOG.md)
- [Commits](https://github.com/protobufjs/protobuf.js/compare/protobufjs-v7.5.5...protobufjs-v7.5.8)

---
updated-dependencies:
- dependency-name: protobufjs
  dependency-version: 7.5.8
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-23 18:02:23 +07:00

21 lines
549 B
JSON

{
"name": "gomoku-client",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"proto:gen": "pbjs -t static-module -w es6 -o src/generated/protocol.js ../common/proto/request.proto ../common/proto/response.proto && pbts -o src/generated/protocol.d.ts src/generated/protocol.js"
},
"dependencies": {
"phaser": "^3.87.0",
"protobufjs": "^7.5.8"
},
"devDependencies": {
"protobufjs-cli": "^1.2.1",
"vite": "^6.3.1"
}
}