mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-06-25 19:04:43 +00:00
16 lines
549 B
JSON
16 lines
549 B
JSON
{
|
|
"name": "JisolGameCocos",
|
|
"uuid": "7f2de0b9-a399-46ff-847a-61891ca5965c",
|
|
"creator": {
|
|
"version": "3.8.1"
|
|
},
|
|
"scripts": {
|
|
"build-proto:pbjs": "pbjs --dependency protobufjs/minimal.js --target static-module --wrap commonjs --out ./extensions/ngame/assets/ngame/message/proto.js ./proto/*.proto",
|
|
"build-proto:pbts": "pbts --main --out ./extensions/ngame/assets/ngame/message/proto.d.ts ./extensions/ngame/assets/ngame/message/proto.js"
|
|
},
|
|
"dependencies": {
|
|
"protobufjs": "^7.2.5",
|
|
"protobufjs-cli": "^1.1.2"
|
|
}
|
|
}
|