-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 827 Bytes
/
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
{
"name": "reminders",
"version": "1.5.0",
"description": "Set reminders for things you need to do.",
"main": "dist/index.js",
"scripts": {
"build": "npx tsc",
"start": "npm run build && node dist/index.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"
},
"homepage": "https://github.com/wdhdev/reminders#readme",
"dependencies": {
"@sentry/node": "^8.42.0",
"discord.js": "^14.16.3",
"dotenv": "^16.4.6",
"express": "^4.21.1",
"mongoose": "^8.8.3"
},
"devDependencies": {
"@sentry/types": "^8.42.0",
"@types/express": "^5.0.0",
"@types/node": "^22.10.1",
"typescript": "^5.7.2"
}
}