-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 919 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"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"
}
}