-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.11 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
{
"name": "my-github-profile",
"version": "1.0.0",
"description": "A website which provides a ton of information about your GitHub account.",
"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/my-github-profile.git"
},
"author": "William Harrison",
"license": "MIT",
"bugs": {
"url": "https://github.com/wdhdev/my-github-profile/issues"
},
"homepage": "https://mgp.hrsn.dev",
"dependencies": {
"@sentry/node": "^8.18.0",
"@sentry/profiling-node": "^8.18.0",
"axios": "^1.7.2",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"ejs": "^3.1.10",
"express": "^4.19.2",
"express-session": "^1.18.0",
"moment": "^2.30.1"
},
"devDependencies": {
"@sentry/types": "^8.18.0",
"@types/axios": "^0.14.0",
"@types/body-parser": "^1.19.5",
"@types/cors": "^2.8.17",
"@types/express": "^5.0.0",
"@types/express-session": "^1.18.0",
"@types/node": "^22.0.0",
"typescript": "^5.4.5"
}
}