{ "name": "@koromerzhin/streamchat", "version": "1.0.0", "description": "Regroupement des messages envoyés depuis les différents live", "scripts": { "docker:deploy": "korojscommands docker_deploy", "docker:getpull-image": "korojscommands docker_getpull-image", "docker:ls": "korojscommands docker_ls", "docker:waiting": "korojscommands docker_waiting --status running --container front back", "exec": "npm-run-all docker:getpull-image docker:deploy docker:waiting docker:ls", "lint:markdown": "markdownlint README.md" }, "repository": { "type": "git", "url": "git+https://github.com/koromerzhin/streamchat.git" }, "keywords": [], "author": "", "license": "MIT", "bugs": { "url": "https://github.com/koromerzhin/streamchat/issues" }, "homepage": "https://github.com/koromerzhin/streamchat#readme", "dependencies": { "korojscommands": "^1.2.11" } }