-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.44 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.44 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
45
46
47
48
49
50
51
52
53
{
"name": "bit-bot",
"version": "1.0.0",
"description": "",
"main": "bot.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prettier-format": "prettier --config .prettierrc 'src/**/*.ts' --write",
"start": "node bot.js",
"docker-build": "docker build --pull --rm -f \"Dockerfile\" -t utdmakerspace/bit-bot:latest \".\"",
"yolo": "docker push utdmakerspace/bit-bot:latest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/utdesign-makerspace/Bit-Bot.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/utdesign-makerspace/Bit-Bot/issues"
},
"homepage": "https://github.com/utdesign-makerspace/Bit-Bot#readme",
"dependencies": {
"@discordjs/builders": "^0.12.0",
"@discordjs/rest": "^1.1.0",
"@sentry/node": "^7.14.1",
"@sentry/tracing": "^7.14.1",
"axios": "^0.24.0",
"cron": "^2.1.0",
"date-fns": "^2.28.0",
"discord-api-types": "^0.37.11",
"discord.js": "^14.3.0",
"dotenv": "^16.0.2",
"fs-readdir-recursive": "^1.1.0",
"googleapis": "^109.0.0",
"humanize-duration": "^3.27.0",
"ldapjs": "^2.3.1",
"ldapjs-promise": "^1.0.6",
"mariadb": "^3.0.0",
"mongoose": "^6.0.12",
"mqtt": "^4.2.8",
"node-persist": "^3.1.0"
},
"devDependencies": {
"eslint": "^8.23.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.2",
"lint-staged": "^13.0.3",
"prettier": "^2.4.1",
"pretty-quick": "^3.1.1"
}
}