-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.19 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
{
"name": "kampus-discord-bot",
"version": "2.0.0",
"description": "",
"main": "index.ts",
"type": "module",
"scripts": {
"start": "nodemon index.ts",
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "tsx ./deploy-commands.ts && tsx ./index.ts",
"set-secrets-dev": "flyctl secrets set --app bot-dev",
"set-secrets": "flyctl secrets set --app kampus-discord-bot"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/bcryptjs": "^2.4.2",
"@types/lodash": "^4.14.202",
"@types/node": "^20.6.1",
"eslint-config-prettier": "^8.5.0",
"prettier": "^2.6.2",
"tslib": "^2.4.0",
"typescript": "^4.8.3"
},
"dependencies": {
"@discordjs/builders": "^0.13.0",
"@discordjs/rest": "^0.4.1",
"@prisma/client": "^4.3.1",
"amazon-cognito-identity-js": "^5.2.8",
"bcryptjs": "^2.4.3",
"debug": "^4.3.4",
"discord-api-types": "^0.31.2",
"discord.js": "^14.13.0",
"dotenv": "^16.3.1",
"lodash": "^4.17.21",
"node-fetch": "^3.2.10",
"nodemon": "^2.0.22",
"tiny-invariant": "^1.2.0",
"ts-node": "^10.9.1",
"tsx": "4.5.0",
"unique-names-generator": "^4.7.1"
}
}