mirror of https://github.com/msgbyte/tailchat
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
647 B
JSON
28 lines
647 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|