JisolGame/JisolGameCocos/package.json

16 lines
549 B
JSON
Raw Normal View History

2023-10-23 11:54:48 +08:00
{
"name": "JisolGameCocos",
"uuid": "7f2de0b9-a399-46ff-847a-61891ca5965c",
"creator": {
"version": "3.8.1"
2023-11-13 02:37:29 +08:00
},
2023-11-14 03:35:48 +08:00
"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": {
2023-11-14 18:52:25 +08:00
"protobufjs": "^7.2.5",
"protobufjs-cli": "^1.1.2"
2023-11-14 03:35:48 +08:00
}
2023-10-23 11:54:48 +08:00
}