mirror of
https://github.com/yuzu-emu/Command-fix.git
synced 2024-11-22 02:55:39 +01:00
b914780a65
* Add game DB lookup support * Fix compatibility typo * Fix typo 2 * Use async function in game DB listing, avoid redundant HTTP requests
31 lines
789 B
JSON
31 lines
789 B
JSON
{
|
|
"name": "citra-discord-bot",
|
|
"version": "1.0.0",
|
|
"description": "Citra bot for Discord",
|
|
"author": "chris062689 <chris062689@gmail.com>",
|
|
"preferGlobal": true,
|
|
"private": true,
|
|
"subdomain": "citra-emu",
|
|
"analyze": true,
|
|
"license": "GPL-2.0+",
|
|
"dependencies": {
|
|
"checkenv": "^1.2.2",
|
|
"discord.js": "^11.3.0",
|
|
"ip": "^1.1.5",
|
|
"logdna": "^1.2.3",
|
|
"node-schedule": "^1.2.3",
|
|
"request": "^2.79.0",
|
|
"request-promise-native": "^1.0.5",
|
|
"string-similarity": "^1.2.0",
|
|
"winston": "^2.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^4.8.0",
|
|
"eslint-config-standard": "^10.2.1",
|
|
"eslint-plugin-import": "^2.7.0",
|
|
"eslint-plugin-node": "^5.2.0",
|
|
"eslint-plugin-promise": "^3.5.0",
|
|
"eslint-plugin-standard": "^3.0.1"
|
|
}
|
|
}
|