mirror of
https://github.com/yuzu-emu/Command-fix.git
synced 2024-11-22 08:35:39 +01:00
53 lines
1.5 KiB
JSON
53 lines
1.5 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": "^14.3.0",
|
|
"ip": "^1.1.8",
|
|
"logdna": "^3.5.3",
|
|
"logdna-winston": "^4.0.1",
|
|
"node-fetch": "^2",
|
|
"string-similarity": "^4.0.4",
|
|
"typescript": "^4.8.3",
|
|
"winston": "^3.8.2"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-commonjs": "^22.0.2",
|
|
"@rollup/plugin-json": "^4.1.0",
|
|
"@rollup/plugin-node-resolve": "^14.1.0",
|
|
"@rollup/plugin-typescript": "^8.5.0",
|
|
"@tsconfig/node14": "^1.0.3",
|
|
"@types/ip": "^1.1.0",
|
|
"@types/node": "^18.7.18",
|
|
"@types/node-fetch": "^2",
|
|
"@types/string-similarity": "^4.0.0",
|
|
"@types/ws": "^8.5.3",
|
|
"@typescript-eslint/eslint-plugin": "^5.37.0",
|
|
"@typescript-eslint/parser": "^5.37.0",
|
|
"eslint": "^8.23.1",
|
|
"eslint-config-standard": "^17.0.0",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^6.0.1",
|
|
"eslint-plugin-standard": "^5.0.0",
|
|
"rollup": "^2.79.0",
|
|
"rollup-plugin-terser": "^7.0.2",
|
|
"ts-node": "^10.9.1"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "node generateExports.js",
|
|
"build": "yarn run rollup -c",
|
|
"check": "yarn run tsc --noEmit",
|
|
"bundle": "./bundle.sh",
|
|
"serve": "yarn run ts-node ./src/server.ts"
|
|
}
|
|
}
|