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

29 lines
648 B
JSON
Raw Permalink Normal View History

2021-07-21 15:11:13 +00:00
{
"name": "tsrpc-laya",
"version": "1.0.0",
"description": "",
"main": "index.js",
"bin": {
"tsrpc-laya": "index.js"
},
"dependencies": {
2021-10-07 07:30:02 +00:00
"core-js": "^3.18.2",
2021-07-21 15:11:13 +00:00
"k8w-extend-native": "^1.4.5",
"k8w-linq-array": "^0.2.7",
2021-10-07 07:30:02 +00:00
"k8w-super-date": "^0.1.3",
2021-07-21 15:11:13 +00:00
"k8w-super-object": "^0.3.0",
"tsbuffer": "^2.0.4",
"tsbuffer-schema": "^2.0.2",
"tsbuffer-validator": "^2.0.4",
2021-10-07 07:30:02 +00:00
"tslib": "^2.3.1",
"tsrpc-base-client": "^1.0.11",
"tsrpc-browser": "^3.0.7",
2021-07-21 15:11:13 +00:00
"tsrpc-proto": "^1.3.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}