-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 679 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 679 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
{
"name": "reminders",
"version": "1.6.0",
"description": "Set reminders for things you need to do.",
"main": "dist/sharding.js",
"scripts": {
"build": "npx tsc",
"start": "npm run build && node dist/sharding.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wdhdev/reminders.git"
},
"author": "William Harrison",
"license": "MIT",
"bugs": {
"url": "https://github.com/wdhdev/reminders/issues"
},
"dependencies": {
"@sentry/node": "10.44.0",
"discord.js": "14.25.1",
"dotenv": "17.3.1",
"mongoose": "8.23.0"
},
"devDependencies": {
"@types/node": "24.12.0",
"typescript": "5.9.3"
}
}