-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 985 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "ircbot",
"version": "1.0.0",
"main": "src/main.js",
"license": "MIT",
"private": true,
"scripts": {
"start": "node src/main.js",
"lint": "eslint ./"
},
"dependencies": {
"express": "^4.18.1",
"irc-colors": "^1.5.0",
"irc-framework": "^4.12.1",
"json5": "^2.2.1",
"koa": "^2.13.4",
"koa-body": "^4.2.0",
"koa-router": "^10.1.1",
"mysql2": "^2.3.3",
"node-cron": "^3.0.0",
"node-fetch": "2",
"node-html-parser": "^5.3.3",
"node-yourls": "^1.0.4",
"openweather-apis": "^4.4.2",
"rss-parser": "^3.12.0",
"twitter-api-v2": "^1.12.0",
"twitter-webhooks": "^0.3.3"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.2.0"
}
}