JisolGame/JisolGameCocos/package.json

15 lines
517 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": {
"protobufjs": "^7.2.5"
}
2023-10-23 11:54:48 +08:00
}