@only-chat/client
Version:
Client for only-chat
42 lines (41 loc) • 1.06 kB
JSON
{
"name": "@only-chat/client",
"version": "0.2.0-beta.26",
"description": "Client for only-chat",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/only-chat/node-backend.git",
"directory": "packages/client"
},
"scripts": {
"build": "tsc --project tsconfig.production.json",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js"
},
"author": "only-chat",
"license": "MIT",
"devDependencies": {
"@jest/globals": "^29.7.0",
"@only-chat/in-memory-queue": "0.2.0-beta.26",
"@only-chat/in-memory-store": "0.2.0-beta.26",
"@only-chat/in-memory-user-store": "0.2.0-beta.26",
"@only-chat/types": "0.2.0-beta.26",
"@types/jest": "^29.5.12",
"jest": "^29.7.0",
"jest-ts-webcompat-resolver": "^1.0.0",
"ts-jest": "^29.1.4",
"ts-node": "^10.9.2",
"typescript": "^5.9.2"
},
"dependencies": {
},
"files": [
"dist/"
],
"keywords": [
"only-chat",
"client"
]
}