Command-fix/package.json

44 lines
1.2 KiB
JSON
Raw Normal View History

2016-12-07 22:52:37 -05:00
{
"name": "citra-discord-bot",
2020-05-02 01:35:33 -04:00
"version": "2.0.0",
2016-12-07 22:52:37 -05:00
"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",
2022-06-17 02:02:49 -04:00
"discord.js": "^13.8.0",
"ip": "^1.1.8",
"logdna": "^3.5.3",
2021-09-27 18:24:25 -04:00
"logdna-winston": "^4.0.1",
"node-fetch": "^2",
2021-01-18 23:34:58 -05:00
"string-similarity": "^4.0.4",
2022-06-17 02:02:49 -04:00
"typescript": "^4.7.3",
"winston": "^3.7.2"
2017-09-29 19:38:00 -04:00
},
"devDependencies": {
2022-06-17 02:02:49 -04:00
"@tsconfig/node14": "^1.0.3",
2020-05-02 01:35:33 -04:00
"@types/ip": "^1.1.0",
2022-06-17 02:02:49 -04:00
"@types/node": "^18.0.0",
"@types/node-fetch": "^2",
2020-11-29 22:21:56 -05:00
"@types/string-similarity": "^4.0.0",
2022-06-17 02:02:49 -04:00
"@types/ws": "^8.5.3",
"@typescript-eslint/eslint-plugin": "^5.28.0",
"@typescript-eslint/parser": "^5.28.0",
"eslint": "^8.17.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
2020-05-02 01:35:33 -04:00
"eslint-plugin-node": "^11.1.0",
2022-01-09 19:39:40 -05:00
"eslint-plugin-promise": "^6.0.0",
2021-11-07 05:26:37 -05:00
"eslint-plugin-standard": "^5.0.0",
2022-06-17 02:02:49 -04:00
"ts-node": "^10.8.1"
2020-05-02 01:35:33 -04:00
},
"scripts": {
"build": "yarn run tsc",
"serve": "yarn run ts-node ./src/server.ts"
2016-12-07 22:52:37 -05:00
}
}