-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.19 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.19 KB
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
{
"name": "yrhacks-bot",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "tsc",
"file": "npm run build && node --es-module-specifier-resolution=node -r dotenv-safe/config",
"start": "npm run build && node --es-module-specifier-resolution=node -r dotenv-safe/config dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/beepboop271/yrhacks-bot.git"
},
"author": "",
"bugs": {
"url": "https://github.com/beepboop271/yrhacks-bot/issues"
},
"homepage": "https://github.com/beepboop271/yrhacks-bot#readme",
"dependencies": {
"@google-cloud/local-auth": "^1.0.1",
"@googleapis/gmail": "^0.2.0",
"ajv": "^8.6.3",
"ajv-formats": "^2.1.1",
"axios": "^0.21.4",
"discord.js": "^12.5.3",
"dotenv-safe": "^8.2.0",
"lodash": "^4.17.21",
"lowdb": "^1.0.0"
},
"devDependencies": {
"@types/lowdb": "^1.0.11",
"@types/node": "^14.17.15",
"tslint": "^6.1.3",
"typescript": "^4.4.3"
},
"optionalDependencies": {
"bufferutil": "^4.0.3",
"erlpack": "github:discord/erlpack",
"utf-8-validate": "^5.0.4",
"zlib-sync": "^0.1.7"
}
}