-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.5 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.5 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
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "oxdrtech-boilerplate",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "ts-node-dev -r tsconfig-paths/register ./src/main.ts --env=development",
"build": "tsc",
"start": "node dist/main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oxdrtech/oxdrtech-boilerplate.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/oxdrtech/oxdrtech-boilerplate/issues"
},
"homepage": "https://github.com/oxdrtech/oxdrtech-boilerplate#readme",
"dependencies": {
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/auto-instrumentations-node": "^0.52.1",
"@opentelemetry/exporter-trace-otlp-http": "^0.57.1",
"@opentelemetry/instrumentation": "^0.57.1",
"@opentelemetry/resources": "^1.25.1",
"@opentelemetry/sdk-node": "^0.57.1",
"@opentelemetry/semantic-conventions": "^1.25.1",
"argon2": "^0.44.0",
"cors": "^2.8.5",
"dotenv": "^17.2.3",
"express": "^5.2.1",
"express-rate-limit": "^8.2.1",
"jsonwebtoken": "^9.0.3",
"minio": "^8.0.6",
"multer": "^2.0.2",
"pg": "^8.16.3",
"socket.io": "^4.8.3",
"typeorm": "^0.3.28",
"zod": "^4.2.1"
},
"devDependencies": {
"@types/cors": "^2.8.19",
"@types/express": "^5.0.6",
"@types/jsonwebtoken": "^9.0.10",
"@types/multer": "^2.0.0",
"@types/node": "^25.0.3",
"ts-node-dev": "^2.0.0",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.9.3"
}
}