优化
This commit is contained in:
27
client/packages/tailchat-client-sdk/package.json
Normal file
27
client/packages/tailchat-client-sdk/package.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "tailchat-client-sdk",
|
||||
"version": "1.0.9",
|
||||
"description": "",
|
||||
"main": "lib/index.js",
|
||||
"scripts": {
|
||||
"prepare": "tsc",
|
||||
"release": "npm publish --registry https://registry.npmjs.com/",
|
||||
"test": "jest"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "moonrailgun <moonrailgun@gmail.com>",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@types/jest": "^29.5.1",
|
||||
"@types/node": "^18.16.1",
|
||||
"jest": "27.5.1",
|
||||
"ts-jest": "27.1.4",
|
||||
"typescript": "^4.9.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "^1.3.2",
|
||||
"tailchat-types": "workspace:*",
|
||||
"socket.io-client": "^4.7.1",
|
||||
"socket.io-msgpack-parser": "^3.0.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user