-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 925 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 925 Bytes
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
28
29
30
31
32
33
{
"name": "discord-bot",
"version": "1.0.0",
"description": "Recieve notification about Twitch and YouTube channels live streams, and more like quotes from Reddit",
"main": "index.js",
"scripts": {
"up": "docker-compose --env-file ./bot/.env up -d",
"postup": "npm run dev",
"stop": "docker-compose stop",
"down": "docker-compose -f docker-compose.prod.yml down",
"dev": "npm run dev --prefix bot",
"prod": "docker-compose -f docker-compose.prod.yml up -d --build --force-recreate",
"prod:build": "cd bot && npm run build"
},
"keywords": [
"discord.ts",
"NLP.js",
"twitch api",
"reddit api",
"youtube data api",
"nodejs",
"typescript"
],
"bugs": {
"url": "https://github.com/AmineAML/discordbot/issues"
},
"repository": {
"url": "https://github.com/AmineAML/discordbot",
"type": "git"
},
"author": "AmineAML",
"license": "MIT"
}