-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
53 lines (53 loc) · 1.52 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "nookbot",
"version": "2.0.0",
"description": "A bot is designed to manage the UAF Computer Science Discord server",
"main": "dist/index.js",
"dependencies": {
"connect-redis": "^6.0.0",
"csv-parse": "^4.16.0",
"eris": "^0.17.1",
"express": "^4.17.1",
"express-session": "^1.17.2",
"googleapis": "^84.0.0",
"ioredis": "^4.27.7",
"node-fetch": "^2.6.1",
"passport": "^0.6.0",
"passport-discord": "^0.1.4",
"passport-google-oauth": "^2.0.0",
"source-map-support": "^0.5.19"
},
"devDependencies": {
"@types/connect-redis": "0.0.17",
"@types/express": "^4.17.13",
"@types/express-session": "^1.17.4",
"@types/node": "^14.0.0",
"@types/node-fetch": "^2.5.12",
"@types/passport": "^1.0.11",
"@types/passport-discord": "^0.1.4",
"@types/passport-google-oauth": "^1.0.42",
"@types/ws": "^7.4.7",
"@typescript-eslint/eslint-plugin": "^4.29.2",
"eslint": "^7.32.0",
"eslint-config-standard-with-typescript": "^20.0.0",
"eslint-plugin-import": "^2.24.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-standard": "^4.1.0",
"typescript": "^4.3.5"
},
"scripts": {
"build": "tsc",
"lint": "eslint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/uaf-cs/nookbot.git"
},
"author": "UAF CS Discord",
"license": "BSD",
"bugs": {
"url": "https://github.com/uaf-cs/nookbot/issues"
},
"homepage": "https://github.com/uaf-cs/nookbot#readme"
}