-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 791 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 791 Bytes
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
{
"name": "betabot",
"version": "1.0.0",
"description": "A Discord bot. Still in Beta.",
"main": "app.ts",
"scripts": {
"start": "tsx app.ts"
},
"author": "JJCooley",
"license": "ISC",
"dependencies": {
"@octokit/core": "^6.1.2",
"@types/cron": "^1.7.3",
"@types/json2csv": "^5.0.3",
"@types/luxon": "^2.0.8",
"@types/node-emoji": "^1.8.1",
"child_process": "^1.0.2",
"cron": "^1.8.2",
"discord.js": "14.7.1",
"firebase-admin": "^13.6.0",
"json2csv": "^5.0.6",
"luxon": "^2.2.0",
"node-fetch": "^3.3.2",
"papaparse": "^5.4.1",
"short-unique-id": "^4.4.4",
"tsx": "^4.16.2",
"typescript": "4.5.4"
},
"engines": {
"node": "17.0.1"
},
"devDependencies": {
"@types/papaparse": "^5.3.15"
}
}