mirror of
https://github.com/yuzu-emu/Command-fix.git
synced 2024-11-22 11:15:41 +01:00
26 lines
646 B
JSON
26 lines
646 B
JSON
{
|
|
"name": "citra-discord-bot",
|
|
"version": "1.0.0",
|
|
"description": "Citra bot for Discord",
|
|
"author": "chris062689 <chris062689@gmail.com>",
|
|
"scripts": {
|
|
"start-dev": "cross-env NODE_ENV=development node server.js",
|
|
"start-prod": "cross-env NODE_ENV=production node server.js"
|
|
},
|
|
"preferGlobal": true,
|
|
"private": true,
|
|
"subdomain": "citra-emu",
|
|
"analyze": true,
|
|
"license": "GPL-2.0+",
|
|
"dependencies": {
|
|
"config": "^1.24.0",
|
|
"cross-env": "^5.0.2",
|
|
"discord.js": "^10.0.1",
|
|
"ip": "^1.1.5",
|
|
"logdna": "^1.2.3",
|
|
"node-schedule": "^1.2.3",
|
|
"request": "^2.79.0",
|
|
"winston": "^2.3.0"
|
|
}
|
|
}
|