mirror of
https://github.com/yuzu-emu/Command-fix.git
synced 2024-11-22 13:05:40 +01:00
44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"name": "citra-discord-bot",
|
|
"version": "2.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": "^13.5.1",
|
|
"ip": "^1.1.5",
|
|
"logdna": "^3.5.2",
|
|
"logdna-winston": "^4.0.1",
|
|
"node-fetch": "^2",
|
|
"string-similarity": "^4.0.4",
|
|
"typescript": "^4.5.4",
|
|
"winston": "^3.3.3"
|
|
},
|
|
"devDependencies": {
|
|
"@tsconfig/node14": "^1.0.1",
|
|
"@types/ip": "^1.1.0",
|
|
"@types/node": "^17.0.8",
|
|
"@types/node-fetch": "^2",
|
|
"@types/string-similarity": "^4.0.0",
|
|
"@types/ws": "^8.2.2",
|
|
"@typescript-eslint/eslint-plugin": "^5.9.0",
|
|
"@typescript-eslint/parser": "^5.9.0",
|
|
"eslint": "^8.6.0",
|
|
"eslint-config-standard": "^16.0.3",
|
|
"eslint-plugin-import": "^2.25.4",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^6.0.0",
|
|
"eslint-plugin-standard": "^5.0.0",
|
|
"ts-node": "^10.4.0"
|
|
},
|
|
"scripts": {
|
|
"build": "yarn run tsc",
|
|
"serve": "yarn run ts-node ./src/server.ts"
|
|
}
|
|
}
|