cocos-creator-multiplayer/examples/cocos-creator-2.4.7/frontend/package.json

16 lines
299 B
JSON
Raw Normal View History

2021-11-30 07:37:22 +00:00
{
"name": "tsrpc-cocos-2.4.7",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
2022-02-26 03:29:21 +00:00
"tsrpc-browser": "^3.2.0",
"tsrpc-miniapp": "^3.2.0"
2021-11-30 07:37:22 +00:00
}
}