Command-fix/package.json

42 lines
1.1 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",
2020-11-29 22:21:56 -05:00
"discord.js": "^12.5.1",
2017-03-14 23:59:40 -04:00
"ip": "^1.1.5",
"logdna": "^3.5.1",
2020-11-29 22:21:56 -05:00
"logdna-winston": "^3.0.2",
"node-fetch": "^2.6.1",
2020-05-02 01:35:33 -04:00
"node-schedule": "^1.3.2",
2020-11-29 22:21:56 -05:00
"string-similarity": "^4.0.3",
"typescript": "^4.1.2",
2020-06-23 21:45:47 -04:00
"winston": "^3.3.3"
2017-09-29 19:38:00 -04:00
},
"devDependencies": {
2020-05-02 01:35:33 -04:00
"@types/ip": "^1.1.0",
2020-11-29 22:21:56 -05:00
"@types/node": "^14.14.10",
2020-05-02 01:35:33 -04:00
"@types/node-fetch": "^2.5.7",
2020-11-29 22:21:56 -05:00
"@types/string-similarity": "^4.0.0",
"@types/ws": "^7.4.0",
"eslint": "^7.14.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
2020-05-02 01:35:33 -04:00
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
2020-11-29 22:21:56 -05:00
"eslint-plugin-standard": "^4.1.0",
2020-08-27 19:05:48 -04:00
"ts-node": "^9.0.0"
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
}
}