-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.03 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.03 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
{
"name": "pip-discord-bot",
"version": "1.0.0",
"description": "Created for the RIT SSE Discord Server",
"type": "module",
"main": "src/index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "tsx src/index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rit-sse/pip-discord-bot.git"
},
"author": "Jaiden Johnson",
"license": "ISC",
"bugs": {
"url": "https://github.com/rit-sse/pip-discord-bot/issues"
},
"homepage": "https://github.com/rit-sse/pip-discord-bot#readme",
"dependencies": {
"discord.js": "^14.22.1",
"dotenv": "^17.2.3",
"express": "^5.1.0",
"pg": "^8.16.3"
},
"devDependencies": {
"@eslint/js": "^9.37.0",
"@types/express": "^5.0.3",
"@types/node": "^24.7.1",
"@types/pg": "^8.15.6",
"eslint": "^9.37.0",
"globals": "^16.4.0",
"jiti": "^2.6.1",
"ts-node": "^10.9.2",
"tsup": "^8.5.0",
"tsx": "^4.20.6",
"typescript": "^5.9.3",
"typescript-eslint": "^8.46.0"
}
}