{ "name": "tailchat-server-sdk", "version": "0.0.14", "description": "", "main": "dist/index.js", "bin": { "tailchat-runner": "./dist/runner/cli.js" }, "scripts": { "build": "tsc", "watch": "tsc --watch", "test": "echo \"Error: no test specified\" && exit 1", "prepare": "pnpm build", "release": "npm version patch && npm publish --registry https://registry.npmjs.com/" }, "repository": { "type": "git", "url": "git+https://github.com/msgbyte/tailchat.git" }, "keywords": [ "msgbyte", "moonrailgun", "tailchat" ], "author": "moonrailgun ", "license": "MIT", "bugs": { "url": "https://github.com/msgbyte/tailchat/issues" }, "homepage": "https://github.com/msgbyte/tailchat#readme", "devDependencies": { "@types/jest": "^29.5.1", "typescript": "^4.3.3" }, "dependencies": { "@fastify/busboy": "^1.1.0", "@typegoose/typegoose": "9.3.1", "accept-language": "^3.0.18", "axios": "^1.3.3", "body-parser": "^1.20.1", "crc": "^3.8.0", "dotenv": "^10.0.0", "etag": "^1.8.1", "fastest-validator": "^1.12.0", "fresh": "^0.5.2", "i18next": "^20.3.5", "i18next-fs-backend": "^1.1.1", "ioredis": "^4.27.6", "isstream": "^0.1.2", "kleur": "^4.1.4", "lodash": "^4.17.21", "moleculer": "0.14.23", "moleculer-db": "0.8.19", "moleculer-repl": "^0.7.2", "moment": "^2.29.1", "mongodb": "4.2.1", "mongoose": "6.1.1", "path-to-regexp": "^6.2.1", "tailchat-types": "workspace:^" } }