-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 959 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
34
35
36
37
38
39
40
{
"name": "gateway",
"version": "1.0.0",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"mikro-orm": {
"useTsNode": true,
"configPaths": [
"./src/database/mikro-orm.config.ts"
]
},
"devDependencies": {
"@mikro-orm/cli": "^5.6.16",
"@types/express": "^4.17.17",
"@types/node": "^18.14.2",
"@types/node-fetch": "^2.6.3",
"concurrently": "^8.2.0",
"nodemon": "^3.1.0",
"ts-loader": "^9.4.2",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
},
"dependencies": {
"@mikro-orm/core": "^5.6.16",
"@mikro-orm/migrations": "^5.6.16",
"@mikro-orm/postgresql": "^5.6.16",
"@mikro-orm/reflection": "^5.6.16",
"@paralleldrive/cuid2": "^2.2.2",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"node-fetch": "^2.6.9",
"socket.io": "^4.6.2"
}
}